Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

Commit

Permalink
fix publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Hatry1337 committed Mar 27, 2022
1 parent 1260d2d commit 40210ce
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ jobs:
fi
- run: npm run build
- run: npm test
env:
DISCORD_TOKEN: ${{secrets.discord_token}}
DATABASE_URI: ${{secrets.db_uri}}
MASTER_GUILD_ID: ${{secrets.master_guild}}

publish-npm:
needs: build
Expand Down

0 comments on commit 40210ce

Please sign in to comment.