Skip to content

Commit

Permalink
Add packages permission to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Anupam authored and GitHub committed Dec 30, 2022
1 parent f178312 commit bde81b0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ on: # rebuild any PRs and main branch changes
- main
- 'releases/*'

permissions:
packages: write

jobs:

package: # make sure build/ci work properly
Expand Down

0 comments on commit bde81b0

Please sign in to comment.