Use new CI/CD access token for build. #5

Merged
roysc merged 10 commits from telackey/49c into wip 2023-07-10 22:40:14 +00:00
Showing only changes of commit d201eb7f5a - Show all commits

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"