Skip to content

Commit

Permalink
Use bot token for image push (#127)
Browse files Browse the repository at this point in the history
Co-authored-by: Balazs Nadasdi <[email protected]>
  • Loading branch information
Callisto13 and yitsushi authored Feb 1, 2022
1 parent 7f0547b commit e996e5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ jobs:
uses: docker/login-action@v1
with:
registry: ghcr.io
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
username: ${{ github.actor }}
password: ${{ secrets.QUICK_SILVER_GHCR_BOT_TOKEN }}
- name: Build docker image
run: make docker-build TAG=${{ env.TAG }}
- name: Push docker image
Expand Down

0 comments on commit e996e5f

Please sign in to comment.