Skip to content

Commit 5fe7df2

Browse files
ci: correct perms for tag-service.yml (ethereum-optimism#11961)
GITHUB_TOKEN no longer gets write access by default so it needs to be provided with write access explicitly.
1 parent 606e023 commit 5fe7df2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/tag-service.yml

+3
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ on:
3636
type: boolean
3737
default: false
3838

39+
permissions:
40+
contents: write
41+
3942
jobs:
4043
release:
4144
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)