Skip to content

Commit

Permalink
Update dockerhub-description.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
shenxianpeng authored Mar 19, 2024
1 parent 2aff7b6 commit 1b78e56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dockerhub-description.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
- name: Update Docker Hub description
uses: peter-evans/dockerhub-description@v4
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
enable-url-completion: true
short-description: ${{ github.event.repository.description }}
repository: xianpengshen/clang-tools
Expand Down

0 comments on commit 1b78e56

Please sign in to comment.