Skip to content

Commit 96107d9

Browse files
authored
Update sync.yml
1 parent 90eb386 commit 96107d9

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/sync.yml

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

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

0 commit comments

Comments
 (0)