Skip to content

Commit

Permalink
Merge pull request #97 from wemogy/robinmanuelthiel-patch-1
Browse files Browse the repository at this point in the history
Edit Token Permissions for Release Pipeline
  • Loading branch information
robinmanuelthiel authored Jul 10, 2024
2 parents 0ecb5fd + d17b06e commit 28fdfc7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ jobs:
release:
name: Release
runs-on: ubuntu-latest
permissions:
contents: "write"
packages: "write"
steps:
- name: Get version for next release
if: ${{ github.event.inputs.version == '' }}
Expand Down

0 comments on commit 28fdfc7

Please sign in to comment.