mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-09 23:22:57 +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
|
- name: AWS Assume Role
|
||||||
uses: aws-actions/configure-aws-credentials@v4
|
uses: aws-actions/configure-aws-credentials@v4
|
||||||
with:
|
with:
|
||||||
role-to-assume: github_actions_admin
|
role-to-assume: arn:aws:iam::286370965832:role/github_actions_admin
|
||||||
aws-region: us-east-1
|
aws-region: us-east-1
|
||||||
|
|
||||||
# Install Nix
|
# Install Nix
|
||||||
|
Loading…
Reference in New Issue
Block a user