Skip to content

Commit 592adc8

Browse files
committed
fix: use github secret
1 parent 864189f commit 592adc8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-and-push.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ jobs:
4444
uses: docker/login-action@v3
4545
with:
4646
registry: ${{ env.CACHE_REGISTRY }}
47-
username: ${{ env.BOT_USERNAME }}
48-
password: '${{ secrets.BOT_TOKEN }}'
47+
username: ${{ github.actor }}
48+
password: '${{ secrets.GITHUB_TOKEN }}'
4949
- name: CI tests, image build and push tag for main or branch
5050
uses: docker/build-push-action@v6
5151
with:

0 commit comments

Comments
 (0)