Skip to content
Snippets Groups Projects
Unverified Commit 108833a9 authored by Jamie Magee's avatar Jamie Magee Committed by GitHub
Browse files

ci: give write permissions to release phase only (#16394)

parent 1454b602
No related branches found
No related tags found
No related merge requests found
......@@ -15,9 +15,7 @@ on:
required: false
permissions:
contents: write
issues: write
pull-requests: write
contents: read
concurrency:
group: ${{ github.workflow }}-${{ github.event.number || github.ref }}
......@@ -150,6 +148,10 @@ jobs:
runs-on: ubuntu-latest
# release shouldn't need more than 5 min
timeout-minutes: 15
permissions:
contents: write
issues: write
pull-requests: write
steps:
# full checkout for semantic-release
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment