Add update event to syncViewerLayers logic #133
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
# TODO: enable this after checking for dead layer links works correctly | |
# name: Dead layer links reporter | |
# on: | |
# schedule: | |
# - cron: '0 6 * * 1-5' | |
# jobs: | |
# report: | |
# runs-on: ubuntu-latest | |
# steps: | |
# - uses: actions/checkout@v3 | |
# - uses: actions/setup-node@v3 | |
# with: | |
# node-version: 16 | |
# cache: 'npm' | |
# - run: npm ci | |
# - run: npm run report | |
# env: | |
# DATO_API_TOKEN: ${{ secrets.DATO_API_TOKEN }} | |
# MAILJET_API_SECRET: ${{ secrets.MAILJET_API_SECRET }} | |
# MAILJET_API_TOKEN: ${{ secrets.MAILJET_API_TOKEN }} | |
# MAILJET_FROM_EMAIL: ${{ secrets.MAILJET_FROM_EMAIL }} |