Skip to content

fix(tools): prevent environment variable race in script shell tool #1

fix(tools): prevent environment variable race in script shell tool

fix(tools): prevent environment variable race in script shell tool #1

Workflow file for this run

name: CI
on:
push:
branches: [main]
tags: ["v*"]
pull_request:
branches: [main]
merge_group:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: ${{ !startsWith(github.ref, 'refs/tags/') }}
permissions:
contents: read
jobs:
go:
name: Go
uses: cogvel/.github/.github/workflows/ci-goservice.yaml@5ebb86557e334c9b3cfd2fffa86fb22890f8d3e2 # main

Check failure on line 21 in .github/workflows/ci.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/ci.yaml

Invalid workflow file

error parsing called workflow ".github/workflows/ci.yaml" -> "cogvel/.github/.github/workflows/ci-goservice.yaml@5ebb86557e334c9b3cfd2fffa86fb22890f8d3e2" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
secrets: inherit
docker:
name: Docker
uses: cogvel/.github/.github/workflows/ci-docker.yaml@5ebb86557e334c9b3cfd2fffa86fb22890f8d3e2 # main
secrets: inherit
docker-publish:
name: Docker
needs: [go, docker]
permissions:
contents: read
packages: write
id-token: write
uses: cogvel/.github/.github/workflows/publish-docker.yaml@5ebb86557e334c9b3cfd2fffa86fb22890f8d3e2 # main
secrets: inherit