Skip to content

ci: add codecov token #85

ci: add codecov token

ci: add codecov token #85

Workflow file for this run

name: Sync Files
on:
push:
branches:
- main
jobs:
sync-files:
name: Sync Files
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Synchronization
uses: BetaHuhn/[email protected]
with:
GH_PAT: ${{ secrets.GH_FULL_PAT }}
COMMIT_PREFIX: "chore:"
ORIGINAL_MESSAGE: true
COMMIT_EACH_FILE: false
GIT_USERNAME: phnx47[bot]
GIT_EMAIL: [email protected]