Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump guardian/actions-riff-raff from 2 to 4 #180

Merged
merged 4 commits into from
Jan 13, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading