Skip to content

Commit 81deaaa

Browse files
authored
Merge pull request #6 from maxcleme/fix-ci-push-pat
fix(ci): use public PAT for public repo
2 parents 73fac3b + c957b19 commit 81deaaa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ jobs:
2020
- name: Login to Docker Hub
2121
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
2222
with:
23-
username: dockerbuildbot
24-
password: ${{ secrets.DOCKERBUILDBOT_WRITE_PAT }}
23+
username: ${{ vars.DOCKERPUBLICBOT_USERNAME }}
24+
password: ${{ secrets.DOCKERPUBLICBOT_WRITE_PAT }}
2525
- name: Set-up Docker BuildX
2626
uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3.11.1
2727
- name: Build and push

0 commit comments

Comments
 (0)