Skip to content

Run

Run #46964

Workflow file for this run

name: Run
on:
schedule:
- cron: '0 */1 * * *'
jobs:
run:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: '20.x'
- name: Install dependencies
env:
NODE_ENV: production
run: npm ci
- name: Start script
env:
ACKEE_ENDPOINT: ${{ secrets.ACKEE_ENDPOINT }}
ACKEE_EVENT_ID: ${{ secrets.ACKEE_EVENT_ID }}
URL: ${{ secrets.URL }}
run: npm start