Skip to content

Commit

Permalink
Merge pull request #88 from deep-entertainment/docs-docker-update
Browse files Browse the repository at this point in the history
fix: Use password for description step instead of token
  • Loading branch information
NathanLovato authored Oct 8, 2021
2 parents 62c7239 + 3276b45 commit 71d44ab
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 71d44ab

Please sign in to comment.