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