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 8f56d30 commit 2fa92f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ jobs:
ACTION_NOTIFICATION_SENDER_EMAIL_PASSWORD: ${{ secrets.ACTION_NOTIFICATION_SENDER_EMAIL_PASSWORD }}
ACTION_SMS_TOKEN_KEY_VALUE: ${{ secrets.ACTION_SMS_TOKEN_KEY_VALUE }}
NOTIFICATION_SENDER_EMAIL: ${{ secrets.NOTIFICATION_SENDER_EMAIL }}
run: docker run -e ACTION_GOOGLE_API_KEY -e ACTION_NOTIFICATION_SENDER_EMAIL_PASSWORD -e ACTION_SMS_TOKEN_KEY_VALUE -e NOTIFICATION_SENDER_EMAIL rmv-reminder
run: docker run -e GOOGLE_API_KEY=${{ secrets.ACTION_GOOGLE_API_KEY }} -e ACTION_NOTIFICATION_SENDER_EMAIL_PASSWORD -e ACTION_SMS_TOKEN_KEY_VALUE -e NOTIFICATION_SENDER_EMAIL rmv-reminder

0 comments on commit 2fa92f2

Please sign in to comment.