We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 567f11a commit d12776aCopy full SHA for d12776a
1 file changed
.github/workflows/sync-langs.yml
@@ -5,11 +5,14 @@ on:
5
branches:
6
- 'renovate/arborium-crates'
7
8
+permissions:
9
+ contents: write
10
+
11
jobs:
12
sync:
13
runs-on: ubuntu-latest
14
steps:
- - uses: actions/checkout@v4
15
+ - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
16
17
- name: Sync language features
18
run: python3 scripts/sync-langs.py --ci
0 commit comments