mirror of
https://github.com/nature-of-code/noc-book-2
synced 2024-11-17 07:49:05 +01:00
Merge pull request #36 from nature-of-code/patch-action-secrets
Update notion-git.yml
This commit is contained in:
commit
db5a472dae
1 changed files with 4 additions and 1 deletions
5
.github/workflows/notion-git.yml
vendored
5
.github/workflows/notion-git.yml
vendored
|
@ -17,7 +17,10 @@ jobs:
|
|||
- run: npm install
|
||||
|
||||
- name: Import Notion Docs
|
||||
run: NOTION_TOKEN=${{ secrets.NOTION_SECRET }} npm run import-notion-docs
|
||||
run: npm run import-notion-docs
|
||||
env:
|
||||
NOTION_TOKEN: ${{ secrets.NOTION_SECRET }}
|
||||
NOTION_DATABASE_ID: ${{ secrets.NOTION_DATABASE_ID }}
|
||||
|
||||
- name: Update folder permissions
|
||||
run: sudo chown -R $USER:$USER .
|
||||
|
|
Loading…
Reference in a new issue