From 3f3d83e940b0a8f34e4de792871d8a9344003565 Mon Sep 17 00:00:00 2001 From: Mike Bland Date: Mon, 11 Sep 2023 14:34:38 -0400 Subject: [PATCH] Revert "Add "unset-current-credentials: true" to CI/CD" This reverts commit aed7091a451ec4e3067b418b968768546b7e17fc. The pipeline still fails after setting the OIDC "permissions" block from commit 025fbcd1e49191fb2656d5fb8ee9cd26661643f9: - https://github.com/mbland/elistman/actions/runs/6150360194/job/16688176092 Now I'm wondering if the "unset-current-credentials" setting is interfering with it. Let's see. --- .github/workflows/pipeline.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/pipeline.yaml b/.github/workflows/pipeline.yaml index de9bc6c..7dea8f7 100644 --- a/.github/workflows/pipeline.yaml +++ b/.github/workflows/pipeline.yaml @@ -135,7 +135,6 @@ jobs: role-session-name: testing-packaging role-duration-seconds: 3600 role-skip-session-tagging: true - unset-current-credentials: true - name: Validate SAM template run: |