Skip to content

Commit

Permalink
Added permissions to the workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
PrzemyslawKulej committed Oct 31, 2024
1 parent c5416c7 commit 573e3c3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/deploy-prod.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: deploy master

permissions:
contents: write
deployments: write

on:
push:
branches: [master]
Expand Down

0 comments on commit 573e3c3

Please sign in to comment.