Skip to content

Commit fd1e433

Browse files
authored
Update secrets names
1 parent 8721b99 commit fd1e433

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,13 +60,13 @@ jobs:
6060
if: github.repository == 'Tecnativa/docker-postgres-autoconf' && github.ref == 'refs/heads/master'
6161
env:
6262
REGISTRY_HOST: docker.io
63-
REGISTRY_TOKEN: ${{ secrets.DOCKERHUB_PASSWORD }}
64-
REGISTRY_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
63+
REGISTRY_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }}
64+
REGISTRY_USERNAME: ${{ secrets.DOCKERHUB_LOGIN }}
6565
run: ./hooks/push
6666
- name: push to github registry
6767
if: github.repository == 'Tecnativa/docker-postgres-autoconf' && github.ref == 'refs/heads/master'
6868
env:
6969
REGISTRY_HOST: ghcr.io
70-
REGISTRY_TOKEN: ${{ secrets.GHCR_PASSWORD }}
71-
REGISTRY_USERNAME: ${{ secrets.GHCR_USERNAME }}
70+
REGISTRY_TOKEN: ${{ secrets.BOT_TOKEN }}
71+
REGISTRY_USERNAME: ${{ secrets.BOT_LOGIN }}
7272
run: ./hooks/push

0 commit comments

Comments
 (0)