Skip to content

Commit

Permalink
add quarto-pub auth token input parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
jjallaire authored Jul 8, 2022
1 parent 1fef84f commit 86ec5fd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions publish/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ inputs:
NETLIFY_AUTH_TOKEN:
description: 'Netlify Auth Token. (Use with github actions secrets: see documentation and examples for details)'
required: false
QUARTO_PUB_AUTH_TOKEN:
description: 'Quarto Pub Auth Token. (Use with github actions secrets: see documentation and examples for details)'
required: false
GITHUB_EMAIL:
description: 'Email to be used on gh-pages commit'
required: false
Expand All @@ -42,6 +45,7 @@ runs:
CONNECT_SERVER: ${{ inputs.CONNECT_SERVER }}
CONNECT_API_KEY: ${{ inputs.CONNECT_API_KEY }}
NETLIFY_AUTH_TOKEN: ${{ inputs.NETLIFY_AUTH_TOKEN }}
QUARTO_PUB_AUTH_TOKEN: ${{ inputs.QUARTO_PUB_AUTH_TOKEN }}
run: |
git config --global user.email "${{ inputs.GITHUB_EMAIL }}"
git config --global user.name "${{ inputs.GITHUB_USERNAME }}"
Expand Down

0 comments on commit 86ec5fd

Please sign in to comment.