Skip to content

Commit

Permalink
Merge pull request #4195 from guardian/actions-riff-raff-v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
twrichards authored Nov 21, 2023
2 parents dbf6d2d + f92f41c commit ae8b4f3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
# required by aws-actions/configure-aws-credentials
id-token: write
contents: read
pull-requests: write
services:
elasticsearch:
image: docker.elastic.co/elasticsearch/elasticsearch:7.16.2
Expand Down Expand Up @@ -82,9 +83,11 @@ jobs:
with:
role-to-assume: ${{ secrets.GU_RIFF_RAFF_ROLE_ARN }}
aws-region: eu-west-1
- uses: guardian/actions-riff-raff@v2
- uses: guardian/actions-riff-raff@v3.0.0
if: "! github.event.pull_request.head.repo.fork"
with:
githubToken: ${{ secrets.GITHUB_TOKEN }}
commentingStage: TEST
projectName: media-service::grid::all
buildNumberOffset: 7565
configPath: riff-raff.yaml
Expand Down

0 comments on commit ae8b4f3

Please sign in to comment.