Skip to content

sonarqube errors

sonarqube errors #100

Workflow file for this run

# Bump a patch version with poetry when a pull requst is merged
name: bump patch version using poetry
on:
pull_request_target:
types:
- closed
branches:
- main
jobs:
bump-up-version:
if: github.event.pull_request.merged == true
secrets:
SECRET: ${{secrets.VERSION_DECOIMPACT}}

Check failure on line 16 in .github/workflows/bump_version.yml

View workflow run for this annotation

GitHub Actions / bump patch version using poetry

Invalid workflow file

The workflow is not valid. .github/workflows/bump_version.yml (Line: 16, Col: 15): Invalid secret, SECRET is not defined in the referenced workflow.
uses: ./.github/workflows/version_upgrade.yml
with:
release_type: patch