Skip to content

Commit 6db480b

Browse files
trigger workflow for external CI
1 parent 0d18f18 commit 6db480b

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/triggerCI.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,10 @@ jobs:
88
steps:
99
- uses: actions/github-script@v7
1010
with:
11-
github-token: ${{ secrets.GITHUB_TOKEN }}
11+
github-token: ${{ secrets.LTX_SIMULATION_TOKEN }}
12+
permissions:
13+
contents: read
14+
actions: write
1215
script: |
1316
const pr = context.payload.pull_request || {};
1417
await github.rest.repos.createDispatchEvent({

0 commit comments

Comments
 (0)