Skip to content

Commit

Permalink
Permissions for release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
joostfarla committed Oct 17, 2023
1 parent 24830b6 commit e1de2cd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on: [workflow_dispatch]
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: write
packages: write
steps:
- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit e1de2cd

Please sign in to comment.