From e8aa437f8de0e94c673a6cf1c9e8f1897ec89dcc Mon Sep 17 00:00:00 2001 From: Gosha Date: Tue, 12 Sep 2023 09:50:24 +0300 Subject: [PATCH] fix: add permissions --- .github/workflows/dev-deploy-inbound-mail.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/dev-deploy-inbound-mail.yml b/.github/workflows/dev-deploy-inbound-mail.yml index f6abc3d0146..26428d5b730 100644 --- a/.github/workflows/dev-deploy-inbound-mail.yml +++ b/.github/workflows/dev-deploy-inbound-mail.yml @@ -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: