Skip to content

Commit

Permalink
remove cache
Browse files Browse the repository at this point in the history
  • Loading branch information
Jinhu Wang committed Feb 26, 2023
1 parent 4eee6f6 commit 67ec1f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:
run: docker build -t rmv-reminder .
- name: Run Docker container
env:
GOOGLE_API_KEY: ${{ secrets.ACTION_GOOGLE_API_KEY }}
NOTIFICATION_SENDER_EMAIL_PASSWORD: ${{ secrets.ACTION_NOTIFICATION_SENDER_EMAIL_PASSWORD }}
GOOGLE_API_KEY: ${{ secrets.GOOGLE_API_KEY }}
NOTIFICATION_SENDER_EMAIL_PASSWORD: ${{ secrets.NOTIFICATION_SENDER_EMAIL_PASSWORD }}
SMS_TOKEN: ${{ secrets.SMS_TOKEN }}
NOTIFICATION_SENDER_EMAIL: ${{ secrets.NOTIFICATION_SENDER_EMAIL }}
run: docker run -e GOOGLE_API_KEY -e NOTIFICATION_SENDER_EMAIL_PASSWORD -e NOTIFICATION_SENDER_EMAIL -e SMS_TOKEN rmv-reminder

0 comments on commit 67ec1f8

Please sign in to comment.