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 a37f8f9 commit c7fa455Copy full SHA for c7fa455
.github/workflows/trigger-tests.yml
@@ -14,7 +14,7 @@ jobs:
14
- name: Trigger workflow in nvim-java/tests
15
uses: actions/github-script@v7
16
with:
17
- github-token: ${{ secrets.GITHUB_TOKEN }}
+ github-token: ${{ secrets.INTEGRATION_TEST_TOKEN }}
18
script: |
19
github.rest.repos.createDispatchEvent({
20
owner: 'nvim-java',
0 commit comments