Skip to content

Commit 0e3b8f7

Browse files
committed
chore: add workflow permissions
Signed-off-by: Jan Kowalleck <[email protected]>
1 parent 8687799 commit 0e3b8f7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ jobs:
8989
timeout-minutes: 30
9090
permissions:
9191
id-token: write # Enables provenance signing via OIDC
92+
packages: write # Allows writing to organization packages
9293
env:
9394
PACKAGE_RELEASE_TAG: ${{ github.event.inputs.prerelease == 'true' && 'unstable-prerelease' || 'latest' }}
9495
steps:

0 commit comments

Comments
 (0)