Browse Source

fix secret

pull/9/head
Daniel Gibbs 3 years ago
parent
commit
e82afba814
  1. 2
      .github/workflows/dockerhub-description.yml

2
.github/workflows/dockerhub-description.yml

@ -16,6 +16,6 @@ jobs:
uses: peter-evans/dockerhub-description@v3 uses: peter-evans/dockerhub-description@v3
with: with:
username: ${{ secrets.DOCKER_HUB_USERNAME }} username: ${{ secrets.DOCKER_HUB_USERNAME }}
password: ${{ secrets.DOCKER_HUB_PASSWORD }} password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}
repository: peterevans/dockerhub-description repository: peterevans/dockerhub-description
short-description: ${{ github.event.repository.description }} short-description: ${{ github.event.repository.description }}

Loading…
Cancel
Save