Skip to content

DATAGO-80078:Add CI and release workflows #8

DATAGO-80078:Add CI and release workflows

DATAGO-80078:Add CI and release workflows #8

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
types: [opened, synchronize]
permissions:
id-token: write
checks: write
pull-requests: write
contents: write
jobs:
ci:
uses: SolaceDev/public-workflows/.github/workflows/hatch_ci.yml@hatch_workflows

Check failure on line 17 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" -> "SolaceDev/public-workflows/.github/workflows/hatch_ci.yml@hatch_workflows" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
secrets:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
SONAR_HOST_URL: ${{ vars.SONAR_HOST_URL }}
COMMIT_KEY: ${{ secrets.COMMIT_KEY }}