Skip to content

Commit a77bebe

Browse files
s3rj1kandywolk
authored andcommitted
TEST!
1 parent 4c93f3c commit a77bebe

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
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:

0 commit comments

Comments
 (0)