We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67db135 commit 4a326c4Copy full SHA for 4a326c4
.github/workflows/schedule-renovate.yml
@@ -19,9 +19,15 @@ jobs:
19
with:
20
fetch-depth: 0
21
22
- - name: setup-renovate
23
- uses: ./actions/setup-renovate
+ - name: Setup github token
+ id: get-access-token
24
+ uses: smartcontractkit/.github/actions/setup-github-token@main
25
26
+ aws-role-arn: ${{ secrets.AWS_OIDC_IAM_ROLE_ARN_GATI }}
27
+ aws-lambda-url: ${{ secrets.AWS_LAMBDA_URL_GATI }}
28
aws-region: ${{ secrets.AWS_REGION }}
- aws-role-arn-gati: ${{ secrets.AWS_OIDC_IAM_ROLE_ARN_GATI }}
- aws-lambda-url-gati: ${{ secrets.AWS_LAMBDA_URL_GATI }}
29
+ aws-role-duration-seconds: 60
30
+
31
+ - name: test token
32
+ shell: bash
33
+ run: aws stst get-caller-identity
0 commit comments