remove old action

This commit is contained in:
Stuti mohgaonkar 2022-02-07 20:04:12 -05:00
parent a523a9e6f5
commit 41671306f4

View file

@ -1,18 +0,0 @@
#name: notiongit
#on:
# workflow_dispatch:
#jobs:
# auto-sync-from-notion-to-github:
# runs-on: ubuntu-latest
# steps:
# - name: Checkout code
# uses: actions/checkout@v2
#
# - name: Notion2Github
# uses: 43-stuti/notion-github@v1.3
# with:
# SECRET_GITHUB: ${{secrets.TOKEN_GITHUB}}
# NOTION_SECRET: ${{secrets.TOKEN_NOTION}}
# OWNER: 'nature-of-code'
# REPO: 'noc-notion'
# BLOCK_NAME: 'Book'