Use new CI/CD repo token.
This commit is contained in:
parent
49c0ce8d5d
commit
d201eb7f5a
@ -39,7 +39,7 @@ 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.GITHUB_TOKEN }} # FIXME
|
TOKEN: ${{ secrets.CICD_REPO_TOKEN }}
|
||||||
run: |
|
run: |
|
||||||
docker build ./plugeth-statediff -t cerc/plugeth-statediff:local \
|
docker build ./plugeth-statediff -t cerc/plugeth-statediff:local \
|
||||||
--build-arg GIT_VDBTO_TOKEN="$TOKEN"
|
--build-arg GIT_VDBTO_TOKEN="$TOKEN"
|
||||||
|
Loading…
Reference in New Issue
Block a user