Skip to content

Commit

Permalink
[ci] Use dockerhub password instead of token
Browse files Browse the repository at this point in the history
  • Loading branch information
papanito committed Nov 6, 2020
1 parent 50be329 commit b89367f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/dockerhub-description.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2

- name: Docker Hub Description
uses: peter-evans/dockerhub-description@v2
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}
repository: papanito/cve-search

0 comments on commit b89367f

Please sign in to comment.