Skip to content

Commit

Permalink
ci: pass secrets to gh test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
viliusddd committed Jul 30, 2024
1 parent 467ce39 commit b62b40e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@ jobs:
run: npm run test
env:
DATABASE_URL: ${{ vars.DATABASE_URL }}
PORT: ${{ vars.PORT }}
DISCORD_TOKEN: ${{ secrets.DISCORD_TOKEN }}
DISCORD_CHANNEL_ID: ${{ secrets.DISCORD_CHANNEL_ID }}
DISCORD_GUILD_ID: ${{ secrets.DISCORD_GUILD_ID }}
GIPHY_API_KEY: ${{ secrets.GIPHY_API_KEY }}

- name: Build
run: npm run build

0 comments on commit b62b40e

Please sign in to comment.