Skip to content

Commit 116124b

Browse files
committed
fix: add github token as secret
1 parent 75f55f6 commit 116124b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/docker-image-publish.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,6 @@ jobs:
3030
context: .
3131
tags: ${{ steps.meta.outputs.tags }}
3232
labels: ${{ steps.meta.outputs.labels }}
33-
push: true
33+
push: true
34+
secrets: |
35+
GIT_AUTH_TOKEN=${{ github.token }}

0 commit comments

Comments
 (0)