Skip to content

Commit 86ec5fd

Browse files
authored
add quarto-pub auth token input parameter
1 parent 1fef84f commit 86ec5fd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

publish/action.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ inputs:
1717
NETLIFY_AUTH_TOKEN:
1818
description: 'Netlify Auth Token. (Use with github actions secrets: see documentation and examples for details)'
1919
required: false
20+
QUARTO_PUB_AUTH_TOKEN:
21+
description: 'Quarto Pub Auth Token. (Use with github actions secrets: see documentation and examples for details)'
22+
required: false
2023
GITHUB_EMAIL:
2124
description: 'Email to be used on gh-pages commit'
2225
required: false
@@ -42,6 +45,7 @@ runs:
4245
CONNECT_SERVER: ${{ inputs.CONNECT_SERVER }}
4346
CONNECT_API_KEY: ${{ inputs.CONNECT_API_KEY }}
4447
NETLIFY_AUTH_TOKEN: ${{ inputs.NETLIFY_AUTH_TOKEN }}
48+
QUARTO_PUB_AUTH_TOKEN: ${{ inputs.QUARTO_PUB_AUTH_TOKEN }}
4549
run: |
4650
git config --global user.email "${{ inputs.GITHUB_EMAIL }}"
4751
git config --global user.name "${{ inputs.GITHUB_USERNAME }}"

0 commit comments

Comments
 (0)