From ea7364d5587d3c69383b090108900de40bef74b2 Mon Sep 17 00:00:00 2001 From: Khai Do Date: Fri, 2 Feb 2024 20:25:22 -0800 Subject: [PATCH 1/3] testing ci --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f47630a17..43813869d 100644 --- a/README.md +++ b/README.md @@ -282,3 +282,4 @@ See our [Contributing Guide](CONTRIBUTING.md) [![GoDaddy](sponsors/godaddy_logo.png "GoDaddy")](https://www.godaddy.com) [![Cloudreach](sponsors/cloudreach_logo.png "Cloudreach")](https://www.cloudreach.com) +test From c82e6faaaf150c9b3257970f3926ce1c421b226a Mon Sep 17 00:00:00 2001 From: Khai Do Date: Sat, 3 Feb 2024 08:52:43 -0800 Subject: [PATCH 2/3] fix --- .github/workflows/comment-integration-tests.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/comment-integration-tests.yaml b/.github/workflows/comment-integration-tests.yaml index 2105452d5..09bb6edb2 100644 --- a/.github/workflows/comment-integration-tests.yaml +++ b/.github/workflows/comment-integration-tests.yaml @@ -7,6 +7,8 @@ on: jobs: integration-tests: if: ${{ contains(github.event.review.body, '/integration-tests') }} + permissions: + id-token: write uses: "./.github/workflows/integration-tests.yaml" with: # role generated from https://github.com/Sceptre/sceptre-aws/blob/master/config/prod/gh-oidc-sceptre-tests.yaml From a10750db14f264733f0553523cf69eb895243c40 Mon Sep 17 00:00:00 2001 From: Khai Do Date: Sat, 3 Feb 2024 09:02:25 -0800 Subject: [PATCH 3/3] Revert "fix" This reverts commit c82e6faaaf150c9b3257970f3926ce1c421b226a. --- .github/workflows/comment-integration-tests.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/comment-integration-tests.yaml b/.github/workflows/comment-integration-tests.yaml index 09bb6edb2..2105452d5 100644 --- a/.github/workflows/comment-integration-tests.yaml +++ b/.github/workflows/comment-integration-tests.yaml @@ -7,8 +7,6 @@ on: jobs: integration-tests: if: ${{ contains(github.event.review.body, '/integration-tests') }} - permissions: - id-token: write uses: "./.github/workflows/integration-tests.yaml" with: # role generated from https://github.com/Sceptre/sceptre-aws/blob/master/config/prod/gh-oidc-sceptre-tests.yaml