diff --git a/.gitea/workflows/build-and-publish.yml b/.gitea/workflows/build-and-publish.yml index 77a8392..5d0aeec 100644 --- a/.gitea/workflows/build-and-publish.yml +++ b/.gitea/workflows/build-and-publish.yml @@ -55,8 +55,6 @@ jobs: file: ./Dockerfile push: true tags: ${{ steps.set_tags.outputs.image_tags }} - env: - NPM_TOKEN: ${{secrets.NPM_TOKEN}} - name: Set Portainer Webhook URL run: | diff --git a/package.json b/package.json index afbec09..eafa6ef 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,6 @@ "license": "ISC", "description": "", "dependencies": { - "@3t.network/orchestra": "^1.0.0", "axios": "^1.7.7", "date-fns": "^3.6.0", "discord.js": "^14.16.1",