We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c19db8f commit 46db8d6Copy full SHA for 46db8d6
.github/workflows/dockerhub-description.yaml
@@ -16,6 +16,6 @@ jobs:
16
uses: peter-evans/dockerhub-description@v3
17
with:
18
username: ${{ secrets.DOCKERHUB_USERNAME }}
19
- password: ${{ secrets.DOCKERHUB_PASSWORD }}
+ password: ${{ secrets.DOCKERHUB_TOKEN }}
20
repository: peterevans/dockerhub-description
21
short-description: ${{ github.event.repository.description }}
0 commit comments