Skip to content

Commit

Permalink
fix yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lluisd committed Sep 23, 2024
1 parent 732731d commit 0e11180
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main_twitch-bn-bot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
envkey_TWITCH_CHANNELS: ${{ secrets.BN_TWITCH_CHANNELS }}
envkey_TWITCH_USER_ID: ${{ secrets.BN_TWITCH_USER_ID }}
envkey_TWITCH_ROOM_ID: ${{ secrets.BN_TWITCH_ROOM_ID }}
envkey_TWITCH_USER_NAME: ${{ secrets.BN_TWITCH_USER_NAME }
envkey_TWITCH_USER_NAME: ${{ secrets.BN_TWITCH_USER_NAME }}
envKey_MONGODB_URI: ${{ secrets.MONGODB_URI }}
envKey_AEMET_API_KEY: ${{ secrets.AEMET_API_KEY }}
envkey_PORT: 3000
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main_twitch-mz-bot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
envkey_TWITCH_CHANNELS: ${{ secrets.TWITCH_CHANNELS }}
envkey_TWITCH_USER_ID: ${{ secrets.TWITCH_USER_ID }}
envkey_TWITCH_ROOM_ID: ${{ secrets.TWITCH_ROOM_ID }}
envkey_TWITCH_USER_NAME: ${{ secrets.TWITCH_USER_NAME }
envkey_TWITCH_USER_NAME: ${{ secrets.TWITCH_USER_NAME }}
envKey_MONGODB_URI: ${{ secrets.MONGODB_URI }}
envKey_AEMET_API_KEY: ${{ secrets.AEMET_API_KEY }}
envkey_PORT: 3000
Expand Down

0 comments on commit 0e11180

Please sign in to comment.