Skip to content

Update maven.yml

Update maven.yml #38

Workflow file for this run

name: Deploy to maven central
on:
push:
branches: #[master, develop]
- feat/add-reusable-workflow
jobs:
trigger:
#needs: build
runs-on: ubuntu-latest
steps:
- name: Trigger develop-release workflow in kokos repository
run: |
curl -L \
-X POST \
-H "Accept: application/vnd.github+json" \
-H "Authorization: Bearer ${{ secrets.ROBBY_SMEUP_PAT }}" \
-H "X-GitHub-Api-Version: 2022-11-28" \
https://api.github.com/repos/smeup/kokos/actions/workflows/develop-release.yml/dispatches \
-d '{"ref": "feat/migrate-jenkins"}'