Skip to content

Commit d12776a

Browse files
authored
fix: Add write permission to sync-langs workflow (#338)
1 parent 567f11a commit d12776a

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/sync-langs.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,14 @@ on:
55
branches:
66
- 'renovate/arborium-crates'
77

8+
permissions:
9+
contents: write
10+
811
jobs:
912
sync:
1013
runs-on: ubuntu-latest
1114
steps:
12-
- uses: actions/checkout@v4
15+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
1316

1417
- name: Sync language features
1518
run: python3 scripts/sync-langs.py --ci

0 commit comments

Comments
 (0)