mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-12-19 03:37:46 +00:00
TEST!
This commit is contained in:
9
.github/workflows/build.yml
vendored
9
.github/workflows/build.yml
vendored
@@ -92,19 +92,18 @@ jobs:
|
|||||||
uses: signalwire/actions-template/.github/actions/repo-auth-client@main
|
uses: signalwire/actions-template/.github/actions/repo-auth-client@main
|
||||||
with:
|
with:
|
||||||
mode: nonce
|
mode: nonce
|
||||||
|
- name: Mask nonce in logs
|
||||||
|
run: echo "::add-mask::${{ steps.get-nonce.outputs.nonce }}"
|
||||||
|
|
||||||
issue-token:
|
issue-token:
|
||||||
name: "Issue temporary token"
|
name: "Issue temporary token"
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: get-nonce
|
needs: get-nonce
|
||||||
env:
|
|
||||||
NONCE: ${{ needs.get-nonce.outputs.nonce }}
|
|
||||||
outputs:
|
outputs:
|
||||||
token: ${{ steps.issue-token.outputs.token }}
|
token: ${{ steps.issue-token.outputs.token }}
|
||||||
steps:
|
steps:
|
||||||
- name: Mask Token
|
- name: Mask nonce in logs
|
||||||
run: echo "::add-mask::$NONCE"
|
run: echo "::add-mask::${{ needs.get-nonce.outputs.nonce }}"
|
||||||
|
|
||||||
- name: Issue Token
|
- name: Issue Token
|
||||||
id: issue-token
|
id: issue-token
|
||||||
uses: signalwire/actions-template/.github/actions/repo-auth-client@main
|
uses: signalwire/actions-template/.github/actions/repo-auth-client@main
|
||||||
|
|||||||
Reference in New Issue
Block a user