Skip to content

Commit d82b691

Browse files
authored
Add write permission to compat helper (#20)
1 parent b8ea241 commit d82b691

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/CompatHelper.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ on:
33
schedule:
44
- cron: 0 0 * * *
55
workflow_dispatch:
6+
7+
permissions:
8+
contents: write
9+
pull-requests: write
10+
611
jobs:
712
CompatHelper:
813
runs-on: ubuntu-latest
@@ -13,4 +18,4 @@ jobs:
1318
env:
1419
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1520
COMPATHELPER_PRIV: ${{ secrets.DOCUMENTER_KEY }}
16-
run: julia -e 'using CompatHelper; CompatHelper.main()'
21+
run: julia -e 'using CompatHelper; CompatHelper.main()'

0 commit comments

Comments
 (0)