We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a675fa commit 2ba153dCopy full SHA for 2ba153d
.github/workflows/cdk-deploy.yml
@@ -25,7 +25,7 @@ jobs:
25
uses: aws-actions/configure-aws-credentials@v4
26
with:
27
aws-region: eu-central-1
28
- role-to-assume: ${{ secrets.AWS_OIDC_ROLE }}
+ role-to-assume: ${{ secrets.AWS_OIDC }}
29
30
- name: Setup Node.js
31
uses: actions/setup-node@v4
0 commit comments