Skip to content

Commit 979d675

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

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)