Skip to content

Commit 44ab05a

Browse files
committed
Revert "Use bot token for image push (#127)"
This reverts commit e996e5f.
1 parent 21d998e commit 44ab05a

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: ${{ github.actor }}
24-
password: ${{ secrets.QUICK_SILVER_GHCR_BOT_TOKEN }}
23+
username: ${{ secrets.DOCKER_USERNAME }}
24+
password: ${{ secrets.DOCKER_PASSWORD }}
2525
- name: Build docker image
2626
run: make docker-build TAG=${{ env.TAG }}
2727
- name: Push docker image

0 commit comments

Comments
 (0)