Skip to content

Commit

Permalink
Fix release permissions (#3698)
Browse files Browse the repository at this point in the history
We need access to Github packages
  • Loading branch information
billyb2 authored Jul 2, 2024
1 parent c9a1f27 commit e4e12b4
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 @@ -15,6 +15,9 @@ on:
# need this until this file is on the default branch so tag creates are picked up
workflow_call:

permissions:
packages: write

# concurrency:
# group: ${{ github.workflow }}-${{ github.ref }}
# cancel-in-progress: true
Expand Down

0 comments on commit e4e12b4

Please sign in to comment.