Good morning flash card #632
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Good morning flash card | |
on: | |
schedule: | |
- cron: '30 7 * * 1-5' #08:30AM UTC (09:30AM AMS time), Monday to Friday | |
jobs: | |
morningFlashcard: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v2 | |
- name: Setup ruby | |
uses: ruby/setup-ruby@v1 | |
with: | |
ruby-version: 2.7 | |
bundler-cache: true | |
- name: Run Fastlane for Good morning flash card | |
env: | |
SLACK_API_TOKEN: ${{ secrets.SLACK_API_TOKEN }} | |
SLACK_CHANNEL_NAME: ${{ secrets.SLACK_CHANNEL_NAME }} | |
run: bundle exec fastlane morning_dutch_words_slack_message |