Skip to content

Commit

Permalink
add missing env variables for all workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
lluisd committed Jul 11, 2024
1 parent d24aaf1 commit 3c6b09d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main_twitch-mz-bot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ jobs:
envKey_MYSQL_PASSWORD: ${{ secrets.MYSQL_PASSWORD }}
envKey_MYSQL_DB: ${{ secrets.MYSQL_DB }}
envKey_STATUS_URL: ${{ secrets.STATUS_URL }}
envKey_WHITE_LIST_ADMINS: ${{ secrets.WHITE_LIST_ADMINS }}
envKey_WHITE_LIST_EDITORS: ${{ secrets.WHITE_LIST_EDITORS }}
- name: Set up Node.js version
uses: actions/setup-node@v4
with:
Expand Down

0 comments on commit 3c6b09d

Please sign in to comment.