Skip to content

Commit 273818b

Browse files
authored
Add write permission to docker open-issue (#137)
1 parent 9378fce commit 273818b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/docker.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -446,6 +446,7 @@ jobs:
446446
permissions:
447447
contents: read
448448
id-token: write
449+
issues: write
449450
if: needs.image.outputs.prerelease == 'false'
450451
steps:
451452
- uses: actions/checkout@v6

0 commit comments

Comments
 (0)