Skip to content

apply

apply #349

Workflow file for this run

name: apply
on:
schedule:
- cron: "*/10 * * * *"
push:
branches:
- main
jobs:
photo-fetch:
runs-on: linux
steps:
- uses: actions/checkout@v4
- name: Setup Node.js environment
uses: actions/[email protected]
with:
node-version: 18
- name: run
run: npm run run
env:
PHOTO_ACCOUNT: ${{ secrets.PHOTO_ACCOUNT }}
PHOTO_PASSWORD: ${{ secrets.PHOTO_PASSWORD }}