Skip to content

Commit

Permalink
lets test
Browse files Browse the repository at this point in the history
  • Loading branch information
jsphwllng committed Jul 18, 2023
1 parent 3fbc726 commit d9e2763
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/push_to_s3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
required: true
type: string
aws_role_to_assume:
description: "AWS role to assume for the push - you can find this in the AWS console called ga-s3-${bucket-name}-role"
description: "AWS role ARN to assume for the push - you can find this in the AWS console called ga-s3-${bucket-name}-role"
required: true
type: string
aws_region:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ jobs:
uses: whereby/github-actions/.github/workflows/push_to_s3.yml@main
with:
s3_bucket_name: whereby-example-bucket-sx-wmbd
aws_role_to_assume: ga-s3-example-bucket-role
aws_role_to_assume: arn:aws:iam::964528283748:role/ga-s3-example-bucket-role
directory: "example.txt"

0 comments on commit d9e2763

Please sign in to comment.