We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 799fc6e + 1e0aecf commit 06a4a81Copy full SHA for 06a4a81
1 file changed
.github/workflows/build.yml
@@ -8,6 +8,8 @@ jobs:
8
9
build:
10
runs-on: ubuntu-latest
11
+ permissions:
12
+ contents: write
13
continue-on-error: true
14
steps:
15
- name: Check out repository
@@ -37,4 +39,4 @@ jobs:
37
39
git commit -m 'update README' || exit 0
38
40
git push
41
env:
- GITHUB_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
42
+ GITHUB_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
0 commit comments