From c040759a162c6224ec50e08d0c4efa540ad386b7 Mon Sep 17 00:00:00 2001 From: teddy931130 Date: Wed, 15 Jan 2025 19:50:46 +0200 Subject: [PATCH] add GH_TOKEN env var --- .github/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index dcc2c6e938..541d2dc53e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -19,6 +19,7 @@ env: AWS_REGION: "eu-central-1" ECR_REPO_NAME: "limechain-devops-task/go-ethereum" IAM_OIDC_ROLE_NAME: "go-ethereum-github-actions-role" + GH_TOKEN: ${{ github.token }} permissions: id-token: write