Browse Source

fix secret

pull/9/head
Daniel Gibbs 2 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
with:
username: ${{ secrets.DOCKER_HUB_USERNAME }}
password: ${{ secrets.DOCKER_HUB_PASSWORD }}
password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}
repository: peterevans/dockerhub-description
short-description: ${{ github.event.repository.description }}

Loading…
Cancel
Save