We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 024b49a commit 9fccb5aCopy full SHA for 9fccb5a
.github/workflows/sync-files.yml
@@ -15,5 +15,10 @@ jobs:
15
- name: Run GitHub File Sync
16
uses: BetaHuhn/repo-file-sync-action@v1
17
with:
18
- # Not the default GITHUB_PAT, but a created one with full repo scope.
19
GH_PAT: ${{ secrets.SYNC_PAT }}
+ ASSIGNEES: lwjohnst86
20
+ IS_FINE_GRAINED: true
21
+ GIT_USERNAME: lwjohnst86
22
+ GIT_EMAIL: [email protected]
23
+ COMMIT_PREFIX: "chore(sync): :hammer: "
24
+ BRANCH_PREFIX: chore
0 commit comments