Skip to content

Commit e93b01a

Browse files
authored
Merge pull request #6 from ApplauseOSS/ci/fix-publish
fix(ci): use correct secret name
2 parents 9ac5747 + bee6233 commit e93b01a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
env:
5454
REGISTRY: "docker.io"
5555
USERNAME: "${{ secrets.DOCKER_HUB_USERNAME }}"
56-
PASSWORD: "${{ secrets.DOCKER_HUB_TOKEN }}"
56+
PASSWORD: "${{ secrets.DOCKER_HUB_PASSWORD }}"
5757
REPOSITORY: "applause/postgresql"
5858
run: |
5959
echo "${PASSWORD}" | helm registry login "${REGISTRY}" -u "${USERNAME}" --password-stdin

0 commit comments

Comments
 (0)