Replaced secrets with inputs.

This commit is contained in:
Alexander Artemenko 2021-02-06 20:38:00 +03:00
parent c82f20df5b
commit a44a6e8e4a
2 changed files with 17 additions and 8 deletions
.github/workflows

View file

@ -38,3 +38,6 @@ jobs:
- uses: 40ants/cl-info/.github/actions/build-docs@custom-action
with:
asdf-system: cl-info
with:
NGROK_AUTH_TOKEN: ${{ secrets.NGROK_AUTH_TOKEN }}
SSH_PASS: ${{ secrets.SSH_PASS }}