From 116124b5bb5031d6c3441e8302ae3b0c00bd5950 Mon Sep 17 00:00:00 2001 From: Sajjad Rad Date: Thu, 30 Sep 2021 19:30:35 +0300 Subject: [PATCH] fix: add github token as secret --- .github/workflows/docker-image-publish.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/docker-image-publish.yml b/.github/workflows/docker-image-publish.yml index cc7938b..623b3e9 100644 --- a/.github/workflows/docker-image-publish.yml +++ b/.github/workflows/docker-image-publish.yml @@ -30,4 +30,6 @@ jobs: context: . tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} - push: true \ No newline at end of file + push: true + secrets: | + GIT_AUTH_TOKEN=${{ github.token }} \ No newline at end of file