Skip to content

fix: rename secrent to GH_API_TOKEN (#171) #31

fix: rename secrent to GH_API_TOKEN (#171)

fix: rename secrent to GH_API_TOKEN (#171) #31

Workflow file for this run

name: Sync branch
on:
push:
branches:
- main
permissions:
id-token: write
contents: write
jobs:
sync-branch:
name: Update generator-update branch
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- uses: connor-baer/action-sync-branch@main
with:
branch: generator-update
token: ${{ secrets.GITHUB_TOKEN }}
force: false