Skip to content

Merge pull request #13 from coursedog/dependabot/npm_and_yarn/minimat… #19

Merge pull request #13 from coursedog/dependabot/npm_and_yarn/minimat…

Merge pull request #13 from coursedog/dependabot/npm_and_yarn/minimat… #19

Workflow file for this run

name: Update Notion Statuses
on:
push:
branches:
- main
- dev
- staging
jobs:
notion_update_job:
runs-on: ubuntu-latest
name: Update Notion Task
steps:
# To use this repository's private action,
# you must check out the repository
- name: Checkout
uses: actions/checkout@v2
- name: Setup Node.js
uses: actions/setup-node@v1
with:
node-version: '16.x'
- run: npm ci
- name: Update Notion Task
uses: ./update_notion # Uses an action in the root directory
id: update_notion
env:
GITHUB_TOKEN: ${{ github.token }}
with:
NOTION_API_KEY: ${{ secrets.NOTION_API_KEY }}
NOTION_DATABASE_TOKEN: ${{ secrets.NOTION_DATABASE_TOKEN }}