try github_token
This commit is contained in:
parent
fbf6846791
commit
49c0ce8d5d
@ -39,10 +39,12 @@ jobs:
|
|||||||
# These images need access tokens configured
|
# These images need access tokens configured
|
||||||
- name: "Build docker image"
|
- name: "Build docker image"
|
||||||
env:
|
env:
|
||||||
TOKEN: ${{ secrets.CI_ACCESS_TOKEN }} # FIXME
|
TOKEN: ${{ secrets.GITHUB_TOKEN }} # FIXME
|
||||||
run: |
|
run: |
|
||||||
docker build ./plugeth-statediff -t "cerc/plugeth-statediff:local" --build-arg GITEA_TOKEN="$TOKEN"
|
docker build ./plugeth-statediff -t cerc/plugeth-statediff:local \
|
||||||
docker build ./plugeth -t "cerc/plugeth:local" --build-arg GITEA_TOKEN="$TOKEN"
|
--build-arg GIT_VDBTO_TOKEN="$TOKEN"
|
||||||
|
docker build ./plugeth -t cerc/plugeth:local \
|
||||||
|
--build-arg GIT_VDBTO_TOKEN="$TOKEN"
|
||||||
|
|
||||||
- name: "Install stack-orchestrator"
|
- name: "Install stack-orchestrator"
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
Loading…
Reference in New Issue
Block a user