Use new CI/CD repo token.

This commit is contained in:
Thomas E Lackey 2023-07-10 13:31:32 -05:00
parent 49c0ce8d5d
commit d201eb7f5a

View File

@ -39,7 +39,7 @@ jobs:
# These images need access tokens configured
- name: "Build docker image"
env:
TOKEN: ${{ secrets.GITHUB_TOKEN }} # FIXME
TOKEN: ${{ secrets.CICD_REPO_TOKEN }}
run: |
docker build ./plugeth-statediff -t cerc/plugeth-statediff:local \
--build-arg GIT_VDBTO_TOKEN="$TOKEN"