Searched +full:id +full:- +full:token (Results 1 – 2 of 2) sorted by relevance
7 branches: [gh-pages]16 id-token: write18 # 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: false28 name: github-pages30 runs-on: ubuntu-latest32 - name: Checkout35 - name: Setup Pages36 uses: actions/configure-pages@v5[all …]
1 # SPDX-FileCopyrightText: Copyright 2022 Arm Limited and/or its affiliates <open-source-office@arm.…3 # SPDX-License-Identifier: Apache-2.09 # www.apache.org/licenses/LICENSE-2.021 - microspeech25 - completed38 runs-on: ubuntu-latest40 - name: Set a pending status to the PR45 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 …]