Skip to content

Update dependency @changesets/config to v3.0.3 #199

Update dependency @changesets/config to v3.0.3

Update dependency @changesets/config to v3.0.3 #199

Workflow file for this run

name: "Sync: Git Mirror"
on:
- push
- delete
jobs:
sync:
runs-on: ubuntu-latest
name: Git Repo Sync
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
with:
fetch-depth: 0
- uses: MatthiesenXYZ/git-sync-action@5fedfb0ab1ab995f40a7e96b87fe029c08e63f22 # v1.1
with:
# Such as https://github.com/matthiesenxyz/git-sync-action.git
target-url: ${{ secrets.GITLAB_URL }}
# Such as adammatthiesen
target-username: ${{ secrets.GITLAB_USERNAME }}
# You can store token in your project's 'Setting > Secrets' and reference the name here. Such as ${{ secrets.ACCESS\_TOKEN }}
target-token: ${{ secrets.GITLAB_ACCESS }}