From 773ffbdca1d194f9e870f85f53371bf83960a1cd Mon Sep 17 00:00:00 2001 From: Drew Yang Date: Fri, 5 Jul 2024 12:07:14 -0500 Subject: [PATCH] =?UTF-8?q?fix(starter-workflows):=20=F0=9F=90=9B=20fix=20?= =?UTF-8?q?secret=20name?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- workflow-templates/devcontainer-build-publish-caller.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workflow-templates/devcontainer-build-publish-caller.yaml b/workflow-templates/devcontainer-build-publish-caller.yaml index a8936e2..018cb05 100644 --- a/workflow-templates/devcontainer-build-publish-caller.yaml +++ b/workflow-templates/devcontainer-build-publish-caller.yaml @@ -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}} \ No newline at end of file + DOCKERHUB_TOKEN: ${{secrets.DOCKERHUB_TOKEN_FOR_ELEMENTS}} \ No newline at end of file