Skip to content

Commit e996e5f

Browse files
Callisto13yitsushi
andauthored
Use bot token for image push (#127)
Co-authored-by: Balazs Nadasdi <balazs@weave.works>
1 parent 7f0547b commit e996e5f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ jobs:
2020
uses: docker/login-action@v1
2121
with:
2222
registry: ghcr.io
23-
username: ${{ secrets.DOCKER_USERNAME }}
24-
password: ${{ secrets.DOCKER_PASSWORD }}
23+
username: ${{ github.actor }}
24+
password: ${{ secrets.QUICK_SILVER_GHCR_BOT_TOKEN }}
2525
- name: Build docker image
2626
run: make docker-build TAG=${{ env.TAG }}
2727
- name: Push docker image

0 commit comments

Comments
 (0)