Skip to content

Commit

Permalink
reverting to personal docekrhub PAT to fix dockerhub description upda…
Browse files Browse the repository at this point in the history
…te action
  • Loading branch information
bgauduch committed Jul 1, 2023
1 parent 8e4d4c3 commit 5dced7e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/dockerhub-description-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ name: dockerhub-description-update
# only for readme related modifications
on:
push:
branches:
- master
paths:
- README.md
- .github/workflows/dockerhub-description.yml
# branches:
# - master
# paths:
# - README.md
# - .github/workflows/dockerhub-description.yml
jobs:
dockerHubDescription:
runs-on: ubuntu-22.04
Expand All @@ -19,5 +19,5 @@ jobs:
uses: peter-evans/dockerhub-description@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_PAT }}
password: ${{ secrets.DOCKERHUB_PAT_BGA }}
repository: zenika/terraform-aws-cli

0 comments on commit 5dced7e

Please sign in to comment.