Skip to content

Commit

Permalink
fix: add permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
djabarovgeorge committed Sep 12, 2023
1 parent 4fc7c5d commit e8aa437
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/dev-deploy-inbound-mail.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,11 @@ jobs:
needs: test_inbound_mail
timeout-minutes: 80
environment: Development
permissions:
contents: read
packages: write
deployments: write
id-token: write
if: "!contains(github.event.head_commit.message, 'ci skip')"
strategy:
matrix:
Expand Down

0 comments on commit e8aa437

Please sign in to comment.