Skip to content

Commit 4826a53

Browse files
committed
Try to give workflows: write permission
1 parent 3aaad85 commit 4826a53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check-new-releases.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
workflow_dispatch:
66
permissions:
77
contents: write # for pushing to master
8-
actions: write # for changing .github/workflows/build.yml
8+
workflows: write # for changing .github/workflows/build.yml
99

1010
jobs:
1111
check_new_releases:

0 commit comments

Comments
 (0)