Skip to content

Commit

Permalink
Merge pull request #5 from luchihoratiu/maint-manual-trigger
Browse files Browse the repository at this point in the history
(maint) Hide SSH password in manually triggered job
  • Loading branch information
luchihoratiu committed Oct 20, 2020
2 parents 86b7668 + 3ba52e8 commit 690cfba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/manual_trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ jobs:
uses: luchihoratiu/debug-via-ssh@main
with:
NGROK_AUTH_TOKEN: ${{ secrets.NGROK_AUTH_TOKEN }}
SSH_PASS: ${{ github.event.inputs.ssh_password }}
SSH_PASS: ::add-mask::${{ github.event.inputs.ssh_password }}

0 comments on commit 690cfba

Please sign in to comment.