File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -92,19 +92,18 @@ jobs:
9292 uses : signalwire/actions-template/.github/actions/repo-auth-client@main
9393 with :
9494 mode : nonce
95+ - name : Mask nonce in logs
96+ run : echo "::add-mask::${{ steps.get-nonce.outputs.nonce }}"
9597
9698 issue-token :
9799 name : " Issue temporary token"
98100 runs-on : ubuntu-latest
99101 needs : get-nonce
100- env :
101- NONCE : ${{ needs.get-nonce.outputs.nonce }}
102102 outputs :
103103 token : ${{ steps.issue-token.outputs.token }}
104104 steps :
105- - name : Mask Token
106- run : echo "::add-mask::$NONCE"
107-
105+ - name : Mask nonce in logs
106+ run : echo "::add-mask::${{ needs.get-nonce.outputs.nonce }}"
108107 - name : Issue Token
109108 id : issue-token
110109 uses : signalwire/actions-template/.github/actions/repo-auth-client@main
You can’t perform that action at this time.
0 commit comments