Skip to content

Commit

Permalink
Fix workflow permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
sboulema committed Oct 30, 2024
1 parent 8b7d235 commit eefac1b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ on:
- main
- 'feature/**'

permissions:
packages: write

env:
version: '1.0.${{ github.run_number }}'
tag: ${{ github.ref_name == 'main' && 'latest' || github.run_number }}
Expand Down

0 comments on commit eefac1b

Please sign in to comment.