We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3aaad85 commit 4826a53Copy full SHA for 4826a53
.github/workflows/check-new-releases.yml
@@ -5,7 +5,7 @@ on:
5
workflow_dispatch:
6
permissions:
7
contents: write # for pushing to master
8
- actions: write # for changing .github/workflows/build.yml
+ workflows: write # for changing .github/workflows/build.yml
9
10
jobs:
11
check_new_releases:
0 commit comments