]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
TEST! TEST 2952/head
authors3rj1k <evasive.gyron@gmail.com>
Thu, 20 Nov 2025 15:29:17 +0000 (16:29 +0100)
committerAndrey Volk <andywolk@gmail.com>
Thu, 20 Nov 2025 16:19:10 +0000 (19:19 +0300)
.github/workflows/build.yml

index 46cb2e47f25140cc1f8f2e419d097f30fa8e67f4..b2a8203ad1767662326a95660ba7ba7e4a6ad524 100644 (file)
@@ -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