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.
1 parent 3bf8470 commit 4781b5cCopy full SHA for 4781b5c
.github/workflows/autobuild.yml
@@ -86,9 +86,9 @@ jobs:
86
needs: tagged-release
87
runs-on: ubuntu-latest
88
89
- permissions: write-all
90
- #contents: write # for commenting on your commit
91
- #pull-requests: write # for commenting on your pr
+ permissions:
+ contents: write # for commenting on your commit
+ pull-requests: write # for commenting on your pr
92
steps:
93
- uses: beni69/artifact-link@v1
94
with:
0 commit comments