From 979d675f089cb5dd4e498117541ef9210b886d7d Mon Sep 17 00:00:00 2001 From: s3rj1k Date: Thu, 20 Nov 2025 16:29:17 +0100 Subject: [PATCH] TEST! --- .github/workflows/build.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 46cb2e47f2..b2a8203ad1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -92,19 +92,18 @@ jobs: uses: signalwire/actions-template/.github/actions/repo-auth-client@main with: mode: nonce + - name: Mask nonce in logs + run: echo "::add-mask::${{ steps.get-nonce.outputs.nonce }}" issue-token: name: "Issue temporary token" runs-on: ubuntu-latest needs: get-nonce - env: - NONCE: ${{ needs.get-nonce.outputs.nonce }} outputs: token: ${{ steps.issue-token.outputs.token }} steps: - - name: Mask Token - run: echo "::add-mask::$NONCE" - + - name: Mask nonce in logs + run: echo "::add-mask::${{ needs.get-nonce.outputs.nonce }}" - name: Issue Token id: issue-token uses: signalwire/actions-template/.github/actions/repo-auth-client@main -- 2.47.3