Skip to content

Commit

Permalink
ci: Grant deploy workflow write permissions to repo
Browse files Browse the repository at this point in the history
  • Loading branch information
jontze committed Jun 10, 2024
1 parent 5cc2895 commit 595df9a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,6 @@ jobs:
name: Deploy
needs:
- test
permissions:
contents: write
uses: ./.github/workflows/deploy_example.yaml

0 comments on commit 595df9a

Please sign in to comment.