Skip to content

Commit

Permalink
chore: use dockerhub token
Browse files Browse the repository at this point in the history
  • Loading branch information
ttionya committed Sep 7, 2024
1 parent 6f658b9 commit afc671b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-description.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@ jobs:
uses: peter-evans/dockerhub-description@v4
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
repository: 'ttionya/vaultwarden-backup'
enable-url-completion: true
-
name: DockerHub Description
uses: peter-evans/dockerhub-description@v4
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
repository: 'ttionya/bitwardenrs-backup'
enable-url-completion: true

0 comments on commit afc671b

Please sign in to comment.