Skip to content

Commit

Permalink
Use AssumeRoleWithWebIdentity to get AWS S3 credentials instead of a …
Browse files Browse the repository at this point in the history
…seperate configure-aws-credentals action.

Co-authored-by: Christopher Jones <christopher.jones@guardian.co.uk>
  • Loading branch information
AshCorr and chrislomaxjones committed Feb 12, 2024
1 parent 8d7305b commit 87be18a
Show file tree
Hide file tree
Showing 5 changed files with 39,905 additions and 33,076 deletions.
3 changes: 3 additions & 0 deletions action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ inputs:
app:
description: Riff Raff app name. Either this or projectName should be set.
required: false
roleArn:
description: Role to assume using AssumeRoleWithWebIdentity with Github OIDC token to upload files to RiffRaff S3 bucket.
required: true
config:
description: Riff Raff configuration (what would normally go in a riff-raff.yaml file). Use `|` to provide a multiline string here.
required: false
Expand Down
Loading

0 comments on commit 87be18a

Please sign in to comment.