Skip to content

Commit

Permalink
Enabled package write perms for deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
DreamingRaven committed Sep 25, 2024
1 parent daead0d commit 612b8ab
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/2-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ env:
jobs:
deploy:
runs-on: ubuntu-latest
permissions:
packages: write
container:
image: alpine/helm:latest
steps:
Expand Down

0 comments on commit 612b8ab

Please sign in to comment.