Skip to content

Commit 2e828c4

Browse files
authored
docs: fixing manual publish token (#14)
Fixing manual publish token.
1 parent d01382d commit 2e828c4

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/manual-publish-docs.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,6 @@ on:
1111
description: 'Is this a dry run. If so no docs will be published.'
1212
type: boolean
1313
required: true
14-
token:
15-
description: 'Token to use for publishing.'
16-
required: true
1714

1815
name: Publish Docs
1916
jobs:
@@ -40,5 +37,5 @@ jobs:
4037
uses: ./.github/actions/publish-docs
4138
with:
4239
workspace_path: ${{ inputs.workspace_path }}
43-
token: ${{ inputs.token }}
4440
dry_run: ${{ inputs.dry_run }}
41+
token: ${{secrets.GITHUB_TOKEN}}

0 commit comments

Comments
 (0)