From: s3rj1k Date: Thu, 20 Nov 2025 15:29:17 +0000 (+0100) Subject: TEST! X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=979d675f089cb5dd4e498117541ef9210b886d7d;p=thirdparty%2Ffreeswitch.git TEST! --- 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