Skip to content

Commit c623388

Browse files
authored
Merge pull request #284 from gsteel/fix-pat
Switch to standard GH temporary PAT instead of repo secrets
2 parents 5c95880 + e837132 commit c623388

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ jobs:
3131
uses: docker/login-action@v3
3232
with:
3333
registry: ghcr.io
34-
username: ${{ secrets.AUTOMATIC_RELEASES_CONTAINER_USERNAME }}
35-
password: ${{ secrets.AUTOMATIC_RELEASES_CONTAINER_PAT }}
34+
username: ${{ github.actor }}
35+
password: ${{ secrets.GITHUB_TOKEN }}
3636

3737
- name: Build and push
3838
uses: docker/build-push-action@v6

0 commit comments

Comments
 (0)