From 8267d011257510420a05f93dd2d028f349037e99 Mon Sep 17 00:00:00 2001 From: Brett Logan Date: Tue, 20 Dec 2022 17:33:02 -0500 Subject: [PATCH] Add missing actions permissions Signed-off-by: Brett Logan --- .github/workflows/deploy-production.yml | 2 ++ .github/workflows/deploy-release.yml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/.github/workflows/deploy-production.yml b/.github/workflows/deploy-production.yml index 6431318d..ce09c4d2 100644 --- a/.github/workflows/deploy-production.yml +++ b/.github/workflows/deploy-production.yml @@ -11,6 +11,8 @@ jobs: runs-on: ubuntu-latest permissions: contents: read + deployments: write + issues: write packages: write strategy: fail-fast: false diff --git a/.github/workflows/deploy-release.yml b/.github/workflows/deploy-release.yml index 6da57180..0def3a82 100644 --- a/.github/workflows/deploy-release.yml +++ b/.github/workflows/deploy-release.yml @@ -17,6 +17,8 @@ jobs: runs-on: ubuntu-latest permissions: contents: read + deployments: write + issues: write packages: write strategy: fail-fast: false