This repository has been archived by the owner on Jul 4, 2024. It is now read-only.
Create auto-accept-collabs.yml #1
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: Repo Metadata Sync | |
on: | |
push: | |
branches: | |
- main | |
jobs: | |
repo_sync: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Fetching Local Repository | |
uses: actions/checkout@v3 | |
- name: Repo Sync | |
uses: kbrashears5/github-action-repo-sync@v2.0.0 | |
with: | |
TYPE: npm | |
PATH: metadata.json | |
TOKEN: ${{ secrets.ACTIONS }} |