Skip to content

Commit 896e55a

Browse files
authored
Merge pull request #31 from voxpupuli/switch-secret
fix: switch from password to token
2 parents 8a20b4d + 28b8c54 commit 896e55a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_container.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
registry_password: ${{ secrets.GITHUB_TOKEN }}
3535
build_arch: linux/amd64,linux/arm64
3636
docker_username: voxpupulibot
37-
docker_password: ${{ secrets.DOCKERHUB_BOT_PASSWORD }}
37+
docker_password: ${{ secrets.DOCKERHUB_BOT_ADMIN_TOKEN }}
3838
tags: |
3939
ghcr.io/voxpupuli/commitlint:${{ steps.get_version.outputs.cl_version }}-${{ steps.set_tag.outputs.tag }}
4040
ghcr.io/voxpupuli/commitlint:latest
@@ -45,5 +45,5 @@ jobs:
4545
uses: peter-evans/dockerhub-description@v4
4646
with:
4747
username: voxpupulibot
48-
password: ${{ secrets.DOCKERHUB_BOT_PASSWORD }}
48+
password: ${{ secrets.DOCKERHUB_BOT_ADMIN_TOKEN }}
4949
repository: voxpupuli/commitlint

0 commit comments

Comments
 (0)