mirror of
https://github.com/TheRealOwenRees/plantid-discord-bot.git
synced 2026-07-23 04:26:57 +00:00
workflow change to add new env vars
This commit is contained in:
@@ -40,6 +40,8 @@ jobs:
|
|||||||
- name: Build release
|
- name: Build release
|
||||||
env:
|
env:
|
||||||
PLANTNET_API_KEY: ${{ secrets.PLANTNET_API_KEY }}
|
PLANTNET_API_KEY: ${{ secrets.PLANTNET_API_KEY }}
|
||||||
|
PLANTID_DISCORD_BOT_TOKEN: ${{ secrets.PLANTID_DISCORD_BOT_TOKEN }}
|
||||||
|
PLANTID_LOGS_DISCORD_WEBHOOK_URL: ${{ secrets.PLANTID_LOGS_DISCORD_WEBHOOK_URL }}
|
||||||
run: MIX_ENV=prod mix release
|
run: MIX_ENV=prod mix release
|
||||||
|
|
||||||
- name: Compress build
|
- name: Compress build
|
||||||
|
|||||||
Reference in New Issue
Block a user