Home
last modified time | relevance | path

Searched +full:id +full:- +full:token (Results 1 – 2 of 2) sorted by relevance

/cmsis-nn-latest/.github/workflows/
Dgh-pages.yml7 branches: [gh-pages]
16 id-token: write
18 # Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest…
19 # However, do NOT cancel in-progress runs as we want to allow these production deployments to compl…
22 cancel-in-progress: false
28 name: github-pages
30 runs-on: ubuntu-latest
32 - name: Checkout
35 - name: Setup Pages
36 uses: actions/configure-pages@v5
[all …]
Dmicrospeech.yaml1 # SPDX-FileCopyrightText: Copyright 2022 Arm Limited and/or its affiliates <open-source-office@arm.…
3 # SPDX-License-Identifier: Apache-2.0
9 # www.apache.org/licenses/LICENSE-2.0
21 - microspeech
25 - completed
38 runs-on: ubuntu-latest
40 - name: Set a pending status to the PR
45 curl --request POST \
46--url https://api.github.com/repos/${{ github.repository }}/statuses/${{ github.event.workflow_run…
47 --header "authorization: Bearer ${{ secrets.GITHUB_TOKEN }}" \
[all …]