Skip to content

Commit

Permalink
update action to better accept token info
Browse files Browse the repository at this point in the history
  • Loading branch information
imnotjames committed Mar 19, 2020
1 parent 1d9d817 commit 943d89d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,18 @@ description: 'Synchronize Documentation from GitHub to Notion'
inputs:
docs_path:
description: The path to publish.
default: ./docs/
required: true
notion_url:
description: The Notion URL to publish to.
required: true
notion_token:
required: true
description: The Notion Access Token to publish with.
runs:
using: 'docker'
image: 'Dockerfile'
args:
- --notion-token=${{ inputs.notion_token }}
- ${{ inputs.docs_path }}
- ${{ inputs.notion_url }}

0 comments on commit 943d89d

Please sign in to comment.