Skip to content

Commit

Permalink
fix: Use password for description step instead of token
Browse files Browse the repository at this point in the history
  • Loading branch information
dploeger committed Jul 9, 2021
1 parent a956ff8 commit 3276b45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@ jobs:
uses: peter-evans/dockerhub-description@v2
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_TOKEN }}
password: ${{ secrets.DOCKER_PASSWORD }}
repository: gdquest/gdscript-docs-maker

0 comments on commit 3276b45

Please sign in to comment.