Skip to content

Commit

Permalink
fix(starter-workflows): 🐛 fix secret name
Browse files Browse the repository at this point in the history
  • Loading branch information
yambottle committed Jul 5, 2024
1 parent 447a95d commit 773ffbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflow-templates/devcontainer-build-publish-caller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ jobs:
uses: datajoint/.github/.github/workflows/devcontainer-build-publish.yaml@main
secrets:
DOCKERHUB_USERNAME: ${{secrets.DOCKERHUB_USERNAME}}
DOCKERHUB_TOKEN: ${{secrets.DOCKERHUB_TOKEN}}
DOCKERHUB_TOKEN: ${{secrets.DOCKERHUB_TOKEN_FOR_ELEMENTS}}

0 comments on commit 773ffbd

Please sign in to comment.