Skip to content

Commit

Permalink
add permissions to release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
pimg committed Jul 22, 2024
1 parent f449536 commit ffe48d0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ on:
push:
tags:
- v*

permissions:
contents: write
id-token: write
packages: write

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

0 comments on commit ffe48d0

Please sign in to comment.