From 3fb8bfc827ca18c848051728b1dae54999a0f198 Mon Sep 17 00:00:00 2001 From: Skylar Grant Date: Thu, 9 Feb 2023 22:24:24 -0500 Subject: [PATCH] new fix --- .github/workflows/docker-image-dev.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docker-image-dev.yml b/.github/workflows/docker-image-dev.yml index cd88bb5..2840ff8 100644 --- a/.github/workflows/docker-image-dev.yml +++ b/.github/workflows/docker-image-dev.yml @@ -23,6 +23,6 @@ jobs: - name: Push image to Docker Hub run: docker push v0idf1sh/silvanus-dev - name: Set up a skeleton .env file - run: echo "TOKEN=${{secrets.DEVTOKEN}} clientId=${{ secrets.clientId }}" > .env + run: echo "TOKEN=${{secrets.DEVTOKEN}} clientId=${{ secrets.CLIENTID }}" > .env - name: Refresh commands with Discord - run: node _modules/_deploy-global.js \ No newline at end of file + run: node modules/_deploy-global.js \ No newline at end of file