Skip to content

Commit

Permalink
Merge pull request #4143 from novuhq/fix_inbound_mail_deployment
Browse files Browse the repository at this point in the history
Fix Inbound Mail Deployment
  • Loading branch information
djabarovgeorge authored Sep 12, 2023
2 parents 4fc7c5d + e8aa437 commit 09add96
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 09add96

Please sign in to comment.