Skip to content

feat: pushg

feat: pushg #4

Workflow file for this run

name: Update Private Composer Repository
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v3
- name: Update Private Composer Repository
uses: convictional/[email protected]
with:
owner: kduma-OSS
repo: composer.duma.dev
github_token: ${{ secrets.MONOREPO_SPLITTER_PERSONAL_ACCESS_TOKEN }}
github_user: kduma
workflow_file_name: satis.yml
ref: master
wait_interval: 10
client_payload: '{"repository-url": "https://github.com/kduma-archive/test-ci-git-split-library"}'
propagate_failure: false
trigger_workflow: true
wait_workflow: true