Skip to content

Update metadata

Update metadata #3

name: push-to-everything411-repo
on:
push:
branches:
- main
workflow_dispatch:
jobs:
sync:
name: Sync to everything411 repo
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
token: ${{ secrets.E411_GITHUB_TOKEN }}
fetch-depth: 0
- name: Push
uses: wangchucheng/[email protected]
with:
target-url: https://github.com/everything411/cheesy-shrimp.git
target-username: everything411
target-token: ${{ secrets.E411_GITHUB_TOKEN }}