Skip to content

Send weekly call notifications every Thursday at 1 pm #234

Send weekly call notifications every Thursday at 1 pm

Send weekly call notifications every Thursday at 1 pm #234

Workflow file for this run

name: Send weekly call notifications every Thursday at 1 pm
on:
schedule:
- cron: "0 13 * * 4"
# Correct cron schedule: "0 13 * * 4"
# For testing: "*/5 * * * *"
workflow_dispatch:
jobs:
email:
runs-on: macos-14
steps:
- name: Setup Deno
uses: denoland/[email protected]
with:
deno-version: latest
- name: Setup pnpm
uses: pnpm/[email protected]
with:
version: latest
- name: Checkout branch
uses: actions/checkout@v4
- name: Install packages
uses: actions/setup-node@v4
- name: Install ndnts-aux
run: |
echo "@ucla-irl:registry=https://npm.pkg.github.com" >> .npmrc
echo "//npm.pkg.github.com/:_authToken=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" >> .npmrc
pnpm i
- name: Run script
run: ./get_info_testbed.bash