Skip to content

Commit

Permalink
Add write permissions to release workflow
Browse files Browse the repository at this point in the history
See #4017

Signed-off-by: Yuri Shkuro <github@ysh.us>
  • Loading branch information
yurishkuro committed Nov 1, 2022
1 parent 0f87027 commit 3029a0f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:
types:
- published

# See https://github.com/jaegertracing/jaeger/issues/4017
permissions: read-all|write-all

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

0 comments on commit 3029a0f

Please sign in to comment.