Skip to content

Commit 1c53c55

Browse files
committed
fix inputs
1 parent b22890a commit 1c53c55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ runs:
1111
- name: Deploy Docs
1212
uses: peaceiris/actions-gh-pages@v3
1313
with:
14-
github_token: ${{ secrets.GITHUB_TOKEN }}
14+
github_token: ${{ inputs.GITHUB_TOKEN }}
1515
publish_dir: ./docs
1616
keep_files: true

0 commit comments

Comments
 (0)