Skip to content

DATAGO-80078:Add CI and release workflows #16

DATAGO-80078:Add CI and release workflows

DATAGO-80078:Add CI and release workflows #16

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