Skip to content

Commit

Permalink
ci: correct perms for tag-service.yml (ethereum-optimism#11961)
Browse files Browse the repository at this point in the history
GITHUB_TOKEN no longer gets write access by default so it needs to
be provided with write access explicitly.
  • Loading branch information
smartcontracts authored Sep 18, 2024
1 parent 606e023 commit 5fe7df2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tag-service.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ on:
type: boolean
default: false

permissions:
contents: write

jobs:
release:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 5fe7df2

Please sign in to comment.