From 94c684d9ffc6a8879f14243b22af71434fa38f86 Mon Sep 17 00:00:00 2001 From: Joe Hanson Date: Thu, 1 Jun 2023 15:18:21 -0400 Subject: [PATCH] Adding token to enable pushing to container registry. --- .github/workflows/docker-image.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index a5a5679..f003e86 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -33,4 +33,5 @@ jobs: push: true tags: | ghcr.io/jahanson/cert-manager-webhook-dnsimple:latest - ghcr.io/jahanson/cert-manager-webhook-dnsimple:0.0.1 + secrets: | + GIT_AUTH_TOKEN=${{ secrets.MYTOKEN }} \ No newline at end of file