Skip to content

Commit

Permalink
does this work
Browse files Browse the repository at this point in the history
  • Loading branch information
daquintero committed Jul 25, 2024
1 parent 3fa6e18 commit 6ddc4c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/frontend_submodule_update.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Dispatch Request for Frontend Submodule Update
name: request-frontend-submodule-update

on:
workflow_dispatch:
Expand All @@ -21,7 +21,7 @@ jobs:
- name: Trigger Repository Dispatch
uses: peter-evans/repository-dispatch@v2
with:
token: ${{ secrets.REPO_ACCESS_TOKEN }}
token: ${{ secrets.GH_PAT }}
repository: flexcompute/tidy3d
event-type: submodule_update
client-payload: '{"submodule": "${{ github.repository }}", "branch": "${{ github.ref_name }}"}'

0 comments on commit 6ddc4c1

Please sign in to comment.