From b3df8e295179be97f164a4ec09b64fd58087e908 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 10:26:11 +0000 Subject: [PATCH 1/4] Bump guardian/actions-riff-raff from 2 to 4 Bumps [guardian/actions-riff-raff](https://github.com/guardian/actions-riff-raff) from 2 to 4. - [Release notes](https://github.com/guardian/actions-riff-raff/releases) - [Commits](https://github.com/guardian/actions-riff-raff/compare/v2...v4) --- updated-dependencies: - dependency-name: guardian/actions-riff-raff dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e60383c..b91bdeb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -85,7 +85,7 @@ jobs: role-to-assume: ${{ secrets.GU_RIFF_RAFF_ROLE_ARN }} - name: Upload to Riff-Raff - uses: guardian/actions-riff-raff@v2 + uses: guardian/actions-riff-raff@v4 with: app: support-reminders configPath: ./riff-raff.yaml From c4133a2711c1f2a3c7f00def6278b71083a99c8b Mon Sep 17 00:00:00 2001 From: Tom Forbes Date: Mon, 13 Jan 2025 10:32:43 +0000 Subject: [PATCH 2/4] add roleArn --- .github/workflows/ci.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b91bdeb..785bd9c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -78,16 +78,11 @@ jobs: working-directory: cdk run: yarn synth - - name: Configure AWS credentials - uses: aws-actions/configure-aws-credentials@v4 - with: - aws-region: eu-west-1 - role-to-assume: ${{ secrets.GU_RIFF_RAFF_ROLE_ARN }} - - name: Upload to Riff-Raff uses: guardian/actions-riff-raff@v4 with: app: support-reminders + roleArn: ${{ secrets.GU_RIFF_RAFF_ROLE_ARN }} configPath: ./riff-raff.yaml contentDirectories: | support-reminders-cloudformation: From 88d6656b580b77b4cfb7860c28312140051de3cc Mon Sep 17 00:00:00 2001 From: Tom Forbes Date: Mon, 13 Jan 2025 10:35:27 +0000 Subject: [PATCH 3/4] githubToken --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 785bd9c..f3edfc3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -82,6 +82,7 @@ jobs: uses: guardian/actions-riff-raff@v4 with: app: support-reminders + githubToken: ${{ secrets.GITHUB_TOKEN }} roleArn: ${{ secrets.GU_RIFF_RAFF_ROLE_ARN }} configPath: ./riff-raff.yaml contentDirectories: | From a93f0a7a491c1ff80e08c776a9408bcad2101021 Mon Sep 17 00:00:00 2001 From: Tom Forbes Date: Mon, 13 Jan 2025 10:42:27 +0000 Subject: [PATCH 4/4] pull-requests: write --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f3edfc3..4aa3818 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,6 +15,8 @@ jobs: permissions: id-token: write contents: read + pull-requests: write + name: support-reminders build runs-on: ubuntu-latest services: