From 0347e77d3c1e88d25a8effadf51bc4e8f734465a Mon Sep 17 00:00:00 2001 From: Ximon Eighteen <3304436+ximon18@users.noreply.github.com> Date: Mon, 27 Sep 2021 12:59:34 +0200 Subject: [PATCH] Use a separate Docker Hub token for the e2e test cache rebuild image push. --- .github/workflows/e2e test cache rebuild.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/e2e test cache rebuild.yml b/.github/workflows/e2e test cache rebuild.yml index be22226b..3a35db50 100644 --- a/.github/workflows/e2e test cache rebuild.yml +++ b/.github/workflows/e2e test cache rebuild.yml @@ -21,8 +21,8 @@ jobs: - uses: docker/build-push-action@v1 with: - username: ${{ secrets.DOCKER_HUB_ID }} - password: ${{ secrets.DOCKER_HUB_TOKEN }} + username: ${{ secrets.E2E_TEST_DOCKER_HUB_ID }} + password: ${{ secrets.E2E_TEST_DOCKER_HUB_TOKEN }} repository: ximoneighteen/krillbuildbase tags: latest target: build