add GH_TOKEN env var

This commit is contained in:
teddy931130 2025-01-15 19:50:46 +02:00
parent a500839144
commit c040759a16

View file

@ -19,6 +19,7 @@ env:
AWS_REGION: "eu-central-1" AWS_REGION: "eu-central-1"
ECR_REPO_NAME: "limechain-devops-task/go-ethereum" ECR_REPO_NAME: "limechain-devops-task/go-ethereum"
IAM_OIDC_ROLE_NAME: "go-ethereum-github-actions-role" IAM_OIDC_ROLE_NAME: "go-ethereum-github-actions-role"
GH_TOKEN: ${{ github.token }}
permissions: permissions:
id-token: write id-token: write