Skip to content

Commit e2cd0c4

Browse files
committed
ci: Give explicit permission for pull request/contents: write
1 parent 73de98d commit e2cd0c4

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/poll_hyperhdr_tag.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ on:
55
- cron: '0 0 * * *'
66
workflow_dispatch:
77

8+
permissions:
9+
pull-requests: write
10+
contents: write
11+
812
jobs:
913
local_tag:
1014
runs-on: ubuntu-latest
@@ -65,4 +69,4 @@ jobs:
6569
commit-message: "[Daemon] Bump HyperHDR to ${{ needs.remote_tag.outputs.tag }}"
6670
branch: ${{ env.pr_branch }}
6771
delete-branch: true
68-
72+

0 commit comments

Comments
 (0)