Use inputss.
This commit is contained in:
parent
70e7409f44
commit
533f81b31b
2 changed files with 5 additions and 1 deletions
4
.github/actions/build-docs/action.yml
vendored
4
.github/actions/build-docs/action.yml
vendored
|
@ -7,6 +7,9 @@ inputs:
|
|||
qlfile-template:
|
||||
description: "Djula template for qlfile. All environment variables are available in it's context"
|
||||
required: false
|
||||
ngrok-auth-token:
|
||||
description: "A token to debug processes."
|
||||
required: false
|
||||
|
||||
runs:
|
||||
using: composite
|
||||
|
@ -46,3 +49,4 @@ runs:
|
|||
echo ::endgroup::
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ github.token }}
|
||||
NGROK_AUTH_TOKEN: ${{ inputs.ngrok-auth-token }}
|
||||
|
|
2
.github/workflows/docs.yml
vendored
2
.github/workflows/docs.yml
vendored
|
@ -32,7 +32,7 @@ jobs:
|
|||
- uses: 40ants/cl-info/.github/actions/build-docs@custom-action
|
||||
with:
|
||||
asdf-system: cl-info
|
||||
NGROK_AUTH_TOKEN: ${{ secrets.NGROK_AUTH_TOKEN }}
|
||||
ngrok-auth-token: ${{ secrets.NGROK_AUTH_TOKEN }}
|
||||
# - name: Start SSH session
|
||||
# uses: luchihoratiu/debug-via-ssh@main
|
||||
# with:
|
||||
|
|
Loading…
Reference in a new issue