From 0be10a37af4aebcb885d81267123ec58f8ca25e9 Mon Sep 17 00:00:00 2001 From: Jeff Martinez Date: Thu, 21 Mar 2024 18:41:08 -0700 Subject: [PATCH] adding permissions --- .github/workflows/deploy-to-staging-site.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/deploy-to-staging-site.yml b/.github/workflows/deploy-to-staging-site.yml index ebdb8d42e..cb4772e0f 100644 --- a/.github/workflows/deploy-to-staging-site.yml +++ b/.github/workflows/deploy-to-staging-site.yml @@ -53,6 +53,8 @@ jobs: set-up-test-env: name: Create test env runs-on: ubuntu-latest + permissions: + id-token: write # OIDC steps: