File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change 8989 steps :
9090 - name : Get Nonce
9191 id : get-nonce
92- uses : signalwire/actions-template/.github/actions/repo-auth-client@main
92+ uses : signalwire/actions-template/.github/actions/repo-auth-client@nonce
9393 with :
9494 mode : nonce
9595
@@ -102,12 +102,9 @@ jobs:
102102 outputs :
103103 token : ${{ steps.issue-token.outputs.token }}
104104 steps :
105- - name : Mask Token
106- run : echo "::add-mask::$NONCE"
107-
108105 - name : Issue Token
109106 id : issue-token
110- uses : signalwire/actions-template/.github/actions/repo-auth-client@main
107+ uses : signalwire/actions-template/.github/actions/repo-auth-client@nonce
111108 env :
112109 NONCE : ${{ needs.get-nonce.outputs.nonce }}
113110 with :
@@ -180,7 +177,7 @@ jobs:
180177 steps :
181178 - name : Revoke Token
182179 id : revoke-token
183- uses : signalwire/actions-template/.github/actions/repo-auth-client@main
180+ uses : signalwire/actions-template/.github/actions/repo-auth-client@nonce
184181 env :
185182 TOKEN : ${{ needs.issue-token.outputs.token }}
186183 with :
You can’t perform that action at this time.
0 commit comments