mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-18 01:43:47 +00:00
add GH_TOKEN env var
This commit is contained in:
parent
a500839144
commit
c040759a16
1 changed files with 1 additions and 0 deletions
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue