Skip to content

Commit cc18eff

Browse files
committed
TEST
Signed-off-by: s3rj1k <[email protected]>
1 parent 4c93f3c commit cc18eff

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 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

@@ -107,7 +107,7 @@ jobs:
107107

108108
- name: Issue Token
109109
id: issue-token
110-
uses: signalwire/actions-template/.github/actions/repo-auth-client@main
110+
uses: signalwire/actions-template/.github/actions/repo-auth-client@nonce
111111
env:
112112
NONCE: ${{ needs.get-nonce.outputs.nonce }}
113113
with:
@@ -180,7 +180,7 @@ jobs:
180180
steps:
181181
- name: Revoke Token
182182
id: revoke-token
183-
uses: signalwire/actions-template/.github/actions/repo-auth-client@main
183+
uses: signalwire/actions-template/.github/actions/repo-auth-client@nonce
184184
env:
185185
TOKEN: ${{ needs.issue-token.outputs.token }}
186186
with:

0 commit comments

Comments
 (0)