Skip to content

DATAGO-80078:Add CI and release workflows #11

DATAGO-80078:Add CI and release workflows

DATAGO-80078:Add CI and release workflows #11

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
secrets:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
SONAR_HOST_URL: ${{ vars.SONAR_HOST_URL }}
COMMIT_KEY: ${{ secrets.COMMIT_KEY }}