Skip to content
This repository has been archived by the owner on Mar 20, 2022. It is now read-only.

Commit

Permalink
Wrong secret name
Browse files Browse the repository at this point in the history
  • Loading branch information
axelrindle committed May 6, 2021
1 parent d512d2f commit af79942
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
uses: peter-evans/dockerhub-description@v2
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
repository: axelrindle/github-starred-index
- name: Image digest
run: echo ${{ steps.docker_build.outputs.digest }}

0 comments on commit af79942

Please sign in to comment.