1
0
Fork 0
mirror of https://github.com/diamondburned/arikawa.git synced 2025-01-05 19:57:02 +00:00

*: Add missing envvars to test workflow

This commit is contained in:
diamondburned 2023-11-04 01:44:16 -07:00
parent 415069be30
commit edecfde113
No known key found for this signature in database
GPG key ID: D78C4471CE776659

View file

@ -32,6 +32,9 @@ jobs:
go tool cover -func /tmp/coverage.out
env:
BOT_TOKEN: ${{ secrets.BOT_TOKEN }}
CHANNEL_ID: ${{ secrets.CHANNEL_ID }}
GUILD_ID: ${{ secrets.GUILD_ID }}
VOICE_ID: ${{ secrets.VOICE_ID }}
- name: Upload coverage profile
uses: actions/upload-artifact@v3