Skip to content

Commit

Permalink
Grant GHA permission to push package.
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMather1 committed Oct 12, 2023
1 parent 35744d5 commit 2949ff3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/manual_deploy_dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ jobs:
build-and-deploy:
name: Build and deploy
runs-on: ubuntu-latest
permissions:
contents: write
steps:
# Checkout
- uses: actions/checkout@v1
Expand Down

0 comments on commit 2949ff3

Please sign in to comment.