Skip to content

Template SYNC

Template SYNC #3

Workflow file for this run

name: Template SYNC
on:
workflow_dispatch:
jobs:
repo-sync:
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
steps:
- name: Checkout
uses: actions/checkout@v4
- name: actions-template-sync
uses: AndreasAugustin/actions-template-sync@v2
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
gpg_passpharse: ${{ secrets.GPG_PASSPHRASE }}
git_user_name: ${{ secrets.GIT_USERNAME }}
git_user_email: ${{ secrets.GIT_USER_EMAIL }}
source_repo_path: actions/javascript-action
upstream_branch: main
pr_labels: chore,template,sync