@@ -41,33 +41,23 @@ runs:
4141 with :
4242 fetch-depth : ${{ inputs.checkout-repo-fetch-depth }}
4343
44- - name : Assume role capable of getting token from gati
45- uses : aws-actions/configure-aws-credentials@8df5847569e6427dd6c4fb1cf565c83acfa8afa7 # v6.0.0
46- with :
47- role-to-assume : ${{ inputs.aws-role-arn }}
48- role-duration-seconds : ${{ inputs.aws-role-duration-seconds }}
49- aws-region : ${{ inputs.aws-region }}
50- mask-aws-account-id : true
51-
52- - name : Get github token from gati
44+ - name : Setup gh token
5345 id : get-gh-token
54- uses : smartcontractkit/chainlink- github- actions/github-app- token-issuer@main
46+ uses : smartcontractkit/. github/ actions/setup- github-token@setup-github-token/v1
5547 with :
56- url : ${{ inputs.aws-lambda-url }}
57-
58- - name : Assume role capable of getting token from gati for updater
59- uses : aws-actions/configure-aws-credentials@8df5847569e6427dd6c4fb1cf565c83acfa8afa7 # v6.0.0
60- with :
61- role-to-assume : ${{ inputs.aws-role-arn-updater }}
62- role-duration-seconds : ${{ inputs.aws-role-duration-seconds }}
48+ aws-role-arn : ${{ inputs.aws-role-arn }}
49+ aws-lambda-url : ${{ inputs.aws-lambda-url }}
6350 aws-region : ${{ inputs.aws-region }}
64- mask- aws-account-id : true
51+ aws-role-duration-seconds : ${{ inputs.aws-role-duration-seconds }}
6552
66- - name : Get github token from gati for updater
53+ - name : Setup gh token
6754 id : get-gh-token-updater
68- uses : smartcontractkit/chainlink- github- actions/github-app- token-issuer@main
55+ uses : smartcontractkit/. github/ actions/setup- github-token@setup-github-token/v1
6956 with :
70- url : ${{ inputs.aws-lambda-url-updater }}
57+ aws-role-arn : ${{ inputs.aws-role-arn-updater }}
58+ aws-lambda-url : ${{ inputs.aws-lambda-url-updater }}
59+ aws-region : ${{ inputs.aws-region }}
60+ aws-role-duration-seconds : ${{ inputs.aws-role-duration-seconds }}
7161
7262 - name : Update custom action versions
7363 uses : smartcontractkit/.github/apps/update-action-versions@main
0 commit comments