Skip to content

Commit 4a326c4

Browse files
committed
test: test gati
1 parent 67db135 commit 4a326c4

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

.github/workflows/schedule-renovate.yml

+10-4
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,15 @@ jobs:
1919
with:
2020
fetch-depth: 0
2121

22-
- name: setup-renovate
23-
uses: ./actions/setup-renovate
22+
- name: Setup github token
23+
id: get-access-token
24+
uses: smartcontractkit/.github/actions/setup-github-token@main
2425
with:
26+
aws-role-arn: ${{ secrets.AWS_OIDC_IAM_ROLE_ARN_GATI }}
27+
aws-lambda-url: ${{ secrets.AWS_LAMBDA_URL_GATI }}
2528
aws-region: ${{ secrets.AWS_REGION }}
26-
aws-role-arn-gati: ${{ secrets.AWS_OIDC_IAM_ROLE_ARN_GATI }}
27-
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

Comments
 (0)