Skip to content

Commit

Permalink
fix: add github token as secret
Browse files Browse the repository at this point in the history
  • Loading branch information
theredrad committed Sep 30, 2021
1 parent 75f55f6 commit 116124b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/docker-image-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,6 @@ jobs:
context: .
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
push: true
push: true
secrets: |
GIT_AUTH_TOKEN=${{ github.token }}

0 comments on commit 116124b

Please sign in to comment.