Skip to content

Commit

Permalink
add missing role arn
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcus Sanchez committed Sep 26, 2024
1 parent cf71a38 commit 80b8adb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
aws-region: ${{ secrets.AWS_REGION }}
role-to-assume: arn:aws:iam::246386308913:role/eks-cluster-role

- name: Install kubectl
run: |
Expand Down

0 comments on commit 80b8adb

Please sign in to comment.