Skip to content

Release: 3.0.7

Release: 3.0.7 #22

name: Set GitHub Metadata
on:
push:
branches: [main]
workflow_dispatch: {}
jobs:
build:
name: Set GitHub Metadata
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Sync Package info to GitHub
uses: kitschpatrol/github-action-repo-sync@v3
with:
TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}