Skip to content

Commit

Permalink
Bump guardian/actions-riff-raff from 2 to 4 (#180)
Browse files Browse the repository at this point in the history
* 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](guardian/actions-riff-raff@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] <[email protected]>

* add roleArn

* githubToken

* pull-requests: write

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Tom Forbes <[email protected]>
  • Loading branch information
dependabot[bot] and tomrf1 authored Jan 13, 2025
1 parent ebdfbb5 commit 53cd961
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
permissions:
id-token: write
contents: read
pull-requests: write

name: support-reminders build
runs-on: ubuntu-latest
services:
Expand Down Expand Up @@ -78,16 +80,12 @@ 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@v2
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: |
support-reminders-cloudformation:
Expand Down

0 comments on commit 53cd961

Please sign in to comment.