build(CD): improved the upload-release-to-plugin-repo.yml #127
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: 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 }} |