GH-8: Debezium auto-config: always use Json
for headers format (#34)
#119
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: CI SNAPSHOT | |
on: | |
workflow_dispatch: | |
push: | |
branches: | |
- main | |
- '*.x' | |
schedule: | |
- cron: '0 5 * * *' | |
concurrency: | |
group: group-snapshot-for-${{ github.ref }} | |
cancel-in-progress: true | |
jobs: | |
build-snapshot: | |
uses: spring-io/spring-github-workflows/.github/workflows/spring-artifactory-gradle-snapshot.yml@v2 | |
with: | |
gradleTasks: ${{ github.event_name == 'schedule' && '--rerun-tasks' || '' }} | |
secrets: | |
GRADLE_ENTERPRISE_CACHE_USER: ${{ secrets.GRADLE_ENTERPRISE_CACHE_USER }} | |
GRADLE_ENTERPRISE_CACHE_PASSWORD: ${{ secrets.GRADLE_ENTERPRISE_CACHE_PASSWORD }} | |
GRADLE_ENTERPRISE_SECRET_ACCESS_KEY: ${{ secrets.GRADLE_ENTERPRISE_SECRET_ACCESS_KEY }} | |
JF_ARTIFACTORY_SPRING: ${{ secrets.JF_ARTIFACTORY_SPRING }} |