diff --git a/.github/workflows/org.terraform-ci.yml b/.github/workflows/org.terraform-ci.yml index 89d1846e..39663d34 100644 --- a/.github/workflows/org.terraform-ci.yml +++ b/.github/workflows/org.terraform-ci.yml @@ -85,7 +85,7 @@ jobs: [ -n "${APP_PRIVATE_KEY:-}" ] || { echo "Missing secret APP_PRIVATE_KEY"; exit 1; } - name: Get GitHub App token for modules id: app-token - uses: actions/create-github-app-token@7e473efe3cb98aa54f8d4bac15400b15fad77d94 + uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 with: owner: uktrade app-id: ${{ secrets.TERRAFORM_MODULE_ACCESS_APP_ID }}