Skip to content

Commit 46db8d6

Browse files
committed
Fix wrong secret
1 parent c19db8f commit 46db8d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dockerhub-description.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ jobs:
1616
uses: peter-evans/dockerhub-description@v3
1717
with:
1818
username: ${{ secrets.DOCKERHUB_USERNAME }}
19-
password: ${{ secrets.DOCKERHUB_PASSWORD }}
19+
password: ${{ secrets.DOCKERHUB_TOKEN }}
2020
repository: peterevans/dockerhub-description
2121
short-description: ${{ github.event.repository.description }}

0 commit comments

Comments
 (0)