Skip to content

Commit

Permalink
Grant packages write permission to dist deployment workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
AntumDeluge committed Mar 27, 2023
1 parent 4bea72b commit 2bcbd48
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy_dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ on:
jobs:
dist-packages:
runs-on: ubuntu-latest
permissions:
packages: write
defaults:
run:
shell: bash
Expand Down

0 comments on commit 2bcbd48

Please sign in to comment.