We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90eb386 commit 96107d9Copy full SHA for 96107d9
.github/workflows/sync.yml
@@ -44,7 +44,6 @@ jobs:
44
uses: actions/checkout@v4
45
with:
46
repository: flexcompute/flex
47
- token: ${{ secrets.GH_PAT }}
48
path: flex
49
ref: ${{ env.TARGET_BRANCH }}
50
@@ -64,11 +63,9 @@ jobs:
64
63
- name: Commit change to target repo
65
shell: bash
66
working-directory: ${{ github.workspace }}/flex
67
- env:
68
- GH_TOKEN: ${{ secrets.GH_PAT }}
69
run: |
70
git config --global user.email "[email protected]"
71
git config --global user.name "github_auto"
72
git add frontend/flexcompute.com/
73
git diff-index --quiet HEAD || git commit -m "sync(): sync from tidy3d-faq"
74
- git push
+ git push
0 commit comments