Skip to content

Commit c7fa455

Browse files
committed
chore
1 parent a37f8f9 commit c7fa455

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/trigger-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Trigger workflow in nvim-java/tests
1515
uses: actions/github-script@v7
1616
with:
17-
github-token: ${{ secrets.GITHUB_TOKEN }}
17+
github-token: ${{ secrets.INTEGRATION_TEST_TOKEN }}
1818
script: |
1919
github.rest.repos.createDispatchEvent({
2020
owner: 'nvim-java',

0 commit comments

Comments
 (0)