From c03373c737721f553c873c5eeaaac262e83eb31a Mon Sep 17 00:00:00 2001 From: Sandeep Datta Date: Fri, 8 Sep 2023 07:54:36 -0700 Subject: [PATCH] Attempt 4. --- .github/workflows/gh-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gh-build.yml b/.github/workflows/gh-build.yml index 32e49c717..b0e949d66 100644 --- a/.github/workflows/gh-build.yml +++ b/.github/workflows/gh-build.yml @@ -18,7 +18,7 @@ jobs: name: build-${{ inputs.device }}-sub-workflow permissions: - # id-token: write # This is required for configure-aws-credentials + id-token: write # This is required for configure-aws-credentials contents: read # This is required for actions/checkout # packages: write # This is required to push docker image to ghcr.io