Skip to content

Commit 4f8b591

Browse files
committed
Revert "Update sync.yml"
This reverts commit 96107d9.
1 parent ab8fcc5 commit 4f8b591

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/sync.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ jobs:
4444
uses: actions/checkout@v4
4545
with:
4646
repository: flexcompute/flex
47+
token: ${{ secrets.GH_PAT }}
4748
path: flex
4849
ref: ${{ env.TARGET_BRANCH }}
4950

@@ -63,9 +64,11 @@ jobs:
6364
- name: Commit change to target repo
6465
shell: bash
6566
working-directory: ${{ github.workspace }}/flex
67+
env:
68+
GH_TOKEN: ${{ secrets.GH_PAT }}
6669
run: |
6770
git config --global user.email "[email protected]"
6871
git config --global user.name "github_auto"
6972
git add frontend/flexcompute.com/
7073
git diff-index --quiet HEAD || git commit -m "sync(): sync from tidy3d-faq"
71-
git push
74+
git push

0 commit comments

Comments
 (0)