Searched +full:persist +full:- +full:credentials (Results 1 – 5 of 5) sorted by relevance
7 runs-on: ubuntu-22.0410 - name: Checkout the code15 fetch-depth: 016 persist-credentials: false18 - name: west setup21 working-directory: zephyrproject/zephyr24 git config --global user.email "you@example.com"25 git config --global user.name "Your Name"26 west init -l . || true28 - name: Manifest[all …]
7 - main9 - completed12 upload-to-elasticsearch:14 github.repository == 'zephyrproject-rtos/zephyr' &&19 runs-on: ubuntu-22.0422 - name: Checkout25 fetch-depth: 026 persist-credentials: false28 - name: Download Artifacts29 id: download-artifacts[all …]
2 # by a third-party and are governed by separate terms of service, privacy5 name: Scorecards supply-chain security7 # For Branch-Protection check. Only the default branch is supported. See8 # https://github.com/ossf/scorecard/blob/main/docs/checks.md#branch-protection13 - cron: '43 7 * * 6'16 - main18 permissions: read-all23 runs-on: ubuntu-latest26 security-events: write28 id-token: write[all …]
6 - main7 - v*-branch8 - collab-*11 - main12 - v*-branch13 - collab-*16 - cron: '0 17 * * 6'19 group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.head_ref || github.ref }}20 cancel-in-progress: true23 twister-build-prep:[all …]
18 … if: github.repository_owner == 'zephyrproject-rtos' && github.event_name == 'pull_request_target'19 runs-on:20 group: zephyr-runner-v2-linux-x64-4xlarge22 image: ghcr.io/zephyrproject-rtos/ci-repo-cache:v0.27.4.2024102623 options: '--entrypoint /bin/bash'25 subset: ${{ steps.output-services.outputs.subset }}26 size: ${{ steps.output-services.outputs.size }}27 fullrun: ${{ steps.output-services.outputs.fullrun }}38 - name: Apply container owner mismatch workaround44 git config --global --add safe.directory ${GITHUB_WORKSPACE}[all …]