diff --git a/.github/workflows/publish-spec-uat.yml b/.github/workflows/publish-spec-uat.yml index 56af4cef..54e986c7 100644 --- a/.github/workflows/publish-spec-uat.yml +++ b/.github/workflows/publish-spec-uat.yml @@ -36,7 +36,7 @@ jobs: cp ./.github/proxygen-settings.yaml ${HOME}/.proxygen/settings.yaml - name: "Configure AWS credentials" - uses: aws-actions/configure-aws-credentials@90a7a1fb1ee4e8d6a99f60d2fd22287e1657e51e # v2 + uses: aws-actions/configure-aws-credentials@5fd3084fc36e372ff1fff382a39b10d03659f355 # v2 with: role-to-assume: arn:aws:iam::${{ secrets.DEV_AWS_ACCOUNT_ID }}:role/GitHubActionsPublishSpecRole aws-region: eu-west-2