Skip to content

Commit

Permalink
chore(ci): migrate away from arn role to access_key / secret (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
obs-gh-colinhutchinson authored Nov 27, 2023
1 parent 14dca32 commit cde4e81
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,10 @@ on:
required: true
OBSERVE_DOMAIN:
required: false
AWS_ROLE_ARN:
AWS_ACCESS_KEY_ID:
required: true
AWS_SECRET_ACCESS_KEY:
required: true
workflow_dispatch:
inputs:
test_type:
Expand Down

0 comments on commit cde4e81

Please sign in to comment.