Skip to content

Commit

Permalink
fix: update ambassador_reminder workflow env vars (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
PBillingsby authored Oct 7, 2024
1 parent 3ce2e71 commit 5c46cf9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ambassador_reminder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ jobs:

- name: Build and run the ambassador reminder bot
env:
AMBASSADOR_REMINDER_WEBHOOK: ${{ secrets.AMBASSADOR_REMINDER_WEBHOOK }}
AMBASSADOR_REMINDER_DISCORD_WEBHOOK: ${{ secrets.AMBASSADOR_REMINDER_DISCORD_WEBHOOK }}
run: |
docker compose run --env AMBASSADOR_REMINDER_WEBHOOK=$AMBASSADOR_REMINDER_WEBHOOK --entrypoint "sh -c 'python3 ambassador_reminder.py'" lilypad_assistant
docker compose run --env AMBASSADOR_REMINDER_DISCORD_WEBHOOK=$AMBASSADOR_REMINDER_DISCORD_WEBHOOK --entrypoint "sh -c 'python3 ambassador_reminder.py'" lilypad_assistant

0 comments on commit 5c46cf9

Please sign in to comment.