From 0a67c80316939e0d3073fccce57654a50a4bead0 Mon Sep 17 00:00:00 2001 From: Daniel Frett Date: Tue, 1 Aug 2023 09:52:28 -0600 Subject: [PATCH] Set permissions for configure-aws-credentials --- .github/workflows/ci-cd.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 105313c62..d97f838a8 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -10,6 +10,10 @@ on: env: ENVFILE: ${{ (github.ref == 'refs/heads/master' || github.base_ref == 'refs/heads/master') && '.env.production' || '.env.staging' }} +permissions: + id-token: write + contents: read + jobs: split-tests: runs-on: ubuntu-latest