Skip to content

Commit

Permalink
fix actions
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeshay committed Aug 13, 2023
1 parent c44873c commit 3fde908
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,9 @@ jobs:
- uses: actions/checkout@v3
- uses: aws-actions/configure-aws-credentials@v2
with:
role-to-assume: arn:aws:iam::816188110262:role/lukeshay-cloud-terraform-state-ReadWrite
role-to-assume: ${{ secrets.AWS_READ_WRITE_ROLE_ARN }}
aws-region: us-west-2
role-session-name: GitHubActions
- uses: actions/setup-node@v2
with:
node-version: "18"
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@ jobs:
- uses: actions/checkout@v3
- uses: aws-actions/configure-aws-credentials@v2
with:
role-to-assume: arn:aws:iam::816188110262:role/lukeshay-cloud-terraform-state-Read
role-to-assume: ${{ secrets.AWS_READ_ROLE_ARN }}
aws-region: us-west-2
role-session-name: GitHubActions
- uses: actions/setup-node@v2
with:
node-version: "18"
Expand Down

0 comments on commit 3fde908

Please sign in to comment.