Skip to content

build(deps): bump codecov/codecov-action from 5.1.0 to 5.1.1 in the production-dependencies group #2292

build(deps): bump codecov/codecov-action from 5.1.0 to 5.1.1 in the production-dependencies group

build(deps): bump codecov/codecov-action from 5.1.0 to 5.1.1 in the production-dependencies group #2292

Workflow file for this run

name: Build all the machines
on:
pull_request: ~
push:
branches:
- 'main'
jobs:
build:
runs-on: self-hosted
steps:
- name: Checkout the repo
uses: actions/checkout@v4
with:
fetch-depth: 1
- name: Extract branch name
run: echo "branch=${GITHUB_HEAD_REF:-${GITHUB_REF#refs/heads/}}" >> $GITHUB_OUTPUT
id: extract_branch
- name: Setup ssh credentials
run: ./.github/scripts/credentials.sh
env:
LIX_REPO_TOKEN: "${{ secrets.LIX_REPO_TOKEN }}"
- name: put the SSH key in a file
run: echo "${{ secrets.SSH_KEY }}" > id_ed25519
- name: build all machines
run: ./.github/scripts/build.sh "${{ steps.extract_branch.outputs.branch }}"