Skip to content
This repository has been archived by the owner on Apr 2, 2024. It is now read-only.

Commit

Permalink
Bump actions-riff-raff to V4
Browse files Browse the repository at this point in the history
  • Loading branch information
AshCorr committed Feb 21, 2024
1 parent 4633f92 commit 89a886d
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,20 +16,13 @@ jobs:

# See https://docs.github.com/en/actions/security-guides/automatic-token-authentication#permissions-for-the-github_token
permissions:
# required by aws-actions/configure-aws-credentials
# required by guardian/actions-riff-raff
id-token: write
contents: read
pull-requests: write # required by guardian/actions-riff-raff
steps:
- uses: actions/checkout@v4

# Setup AWS credentials to enable uploading to S3 for Riff-Raff.
# See https://github.com/aws-actions/configure-aws-credentials
- uses: aws-actions/configure-aws-credentials@v4
with:
role-to-assume: ${{ secrets.GU_RIFF_RAFF_ROLE_ARN }}
aws-region: eu-west-1

- name: Setup Node
uses: actions/setup-node@v4
with:
Expand All @@ -46,9 +39,10 @@ jobs:
run: ./scripts/ci.sh

- name: Upload to riff-raff
uses: guardian/actions-riff-raff@v3
uses: guardian/actions-riff-raff@v4
with:
app: snyk-tag-monitor
roleArn: ${{ secrets.GU_RIFF_RAFF_ROLE_ARN }}
githubToken: ${{ secrets.GITHUB_TOKEN }}
commentingStage: INFRA
projectName: security::snyk-tag-monitor
Expand Down

0 comments on commit 89a886d

Please sign in to comment.