Skip to content

Commit 2e6aab7

Browse files
authored
Merge pull request #120 from voxpupuli/switch-secret
fix: switch from password to token
2 parents 6b59d2b + 4ba55c3 commit 2e6aab7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build_container.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
RUBYGEM_VOXPUPULI_TEST=${{ matrix.rubygem_voxpupuli-test }}
6060
build_arch: linux/${{ matrix.platform }}
6161
docker_username: voxpupulibot
62-
docker_password: ${{ secrets.DOCKERHUB_BOT_PASSWORD }}
62+
docker_password: ${{ secrets.DOCKERHUB_BOT_ADMIN_TOKEN }}
6363
tags: |
6464
ghcr.io/${{ github.repository_owner }}/voxbox:${{ github.sha }}-v${{ matrix.puppet_release }}-${{ matrix.platform }}
6565
@@ -86,7 +86,7 @@ jobs:
8686
with:
8787
registry: docker.io
8888
username: voxpupulibot
89-
password: ${{ secrets.DOCKERHUB_BOT_PASSWORD }}
89+
password: ${{ secrets.DOCKERHUB_BOT_ADMIN_TOKEN }}
9090

9191
- name: Create multiarch manifests
9292
run: |
@@ -150,5 +150,5 @@ jobs:
150150
uses: peter-evans/dockerhub-description@v4
151151
with:
152152
username: voxpupulibot
153-
password: ${{ secrets.DOCKERHUB_BOT_PASSWORD }}
153+
password: ${{ secrets.DOCKERHUB_BOT_ADMIN_TOKEN }}
154154
repository: voxpupuli/voxbox

0 commit comments

Comments
 (0)