mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-21 22:15:38 +00:00
use full arn for aws oidc role
This commit is contained in:
parent
b47ca4c785
commit
572459ba88
2
.github/workflows/arrow-aws.yml
vendored
2
.github/workflows/arrow-aws.yml
vendored
@ -54,7 +54,7 @@ jobs:
|
||||
- name: AWS Assume Role
|
||||
uses: aws-actions/configure-aws-credentials@v4
|
||||
with:
|
||||
role-to-assume: github_actions_admin
|
||||
role-to-assume: arn:aws:iam::286370965832:role/github_actions_admin
|
||||
aws-region: us-east-1
|
||||
|
||||
# Install Nix
|
||||
|
Loading…
Reference in New Issue
Block a user