Skip to content

Commit

Permalink
✨ feat(.github/workflows/postgres-build.yml): Update password varia…
Browse files Browse the repository at this point in the history
…ble in workflow.
  • Loading branch information
vnobo committed Dec 12, 2024
1 parent de95538 commit 062e3eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/postgres-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
password: ${{ secrets.PAGK_TOKEN }}

- name: Build and push Docker images
uses: docker/build-push-action@v6
Expand Down

0 comments on commit 062e3eb

Please sign in to comment.