Skip to content

chore: add environment to test compose #3

chore: add environment to test compose

chore: add environment to test compose #3

Workflow file for this run

name: Build, Test and Publish tagged version
on:
push:
tags: ["v**"]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build:
uses: ./.github/workflows/build.yml
test:
uses: ./.github/workflows/test.yml
needs: build
deploy:
uses: ./.github/workflows/deploy.yml
needs: [build, test]
with:
tags-policy: type=semver,pattern={{version}}
secrets: inherit

Check failure on line 22 in .github/workflows/push_tag.yml

View workflow run for this annotation

GitHub Actions / Build, Test and Publish tagged version

Invalid workflow file

The workflow is not valid. .github/workflows/push_tag.yml (Line: 22, Col: 16): Invalid input, secrets is not defined in the referenced workflow.