Skip to content

Commit

Permalink
Fix wrong secret
Browse files Browse the repository at this point in the history
  • Loading branch information
aon committed Jul 3, 2022
1 parent c19db8f commit 46db8d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dockerhub-description.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ jobs:
uses: peter-evans/dockerhub-description@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
repository: peterevans/dockerhub-description
short-description: ${{ github.event.repository.description }}

0 comments on commit 46db8d6

Please sign in to comment.