Commit 5fe7df24 authored by smartcontracts's avatar smartcontracts Committed by GitHub

ci: correct perms for tag-service.yml (#11961)

GITHUB_TOKEN no longer gets write access by default so it needs to
be provided with write access explicitly.
parent 606e0230
......@@ -36,6 +36,9 @@ on:
type: boolean
default: false
permissions:
contents: write
jobs:
release:
runs-on: ubuntu-latest
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment