Skip to content

Commit

Permalink
Merge pull request #30 from yambottle/main
Browse files Browse the repository at this point in the history
fix(starter-workflows): 🐛 fix secret name
  • Loading branch information
yambottle authored Jul 5, 2024
2 parents b0dc0ce + 773ffbd commit b3745de
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 b3745de

Please sign in to comment.