Skip to content

Commit

Permalink
update dockerhub description action to use org dockerhub PAT
Browse files Browse the repository at this point in the history
  • Loading branch information
bgauduch committed Jul 1, 2023
1 parent 9bf6e7d commit 641d837
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dockerhub-description-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ jobs:
uses: peter-evans/dockerhub-description@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_PAT_BGA }}
password: ${{ secrets.DOCKERHUB_PAT }}
repository: zenika/terraform-aws-cli

0 comments on commit 641d837

Please sign in to comment.