Skip to content

build(CD): improved the upload-release-to-plugin-repo.yml #127

build(CD): improved the upload-release-to-plugin-repo.yml

build(CD): improved the upload-release-to-plugin-repo.yml #127

Workflow file for this run

name: Sync Packages to Other Repos
on:
push:
branches:
- master
jobs:
sync-packages:
name: Sync Packages to Other Repos
runs-on: ubuntu-latest
steps:
- name: Checkout Primary Repo
uses: actions/checkout@v4
- name: Sync packages with other dependent repositories
uses: blockeraai/[email protected]
with:
TOKEN: ${{ secrets.BLOCKERABOT_PAT }}
USERNAME: ${{ secrets.BLOCKERABOT_USERNAME }}
EMAIL: ${{ secrets.BLOCKERABOT_EMAIL }}