Skip to content
Closed
Prev Previous commit
Next Next commit
chore: change token
  • Loading branch information
s1n7ax committed Aug 7, 2025
commit 9515761ffca9c38593ee4c1349fef669f6892b72
4 changes: 2 additions & 2 deletions .github/workflows/trigger-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Trigger workflow in nvim-java/tests
uses: actions/github-script@v7
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
github-token: ${{ secrets.INTEGRATION_TEST_TOKEN }}
script: |
github.rest.repos.createDispatchEvent({
owner: 'nvim-java',
Expand All @@ -25,4 +25,4 @@ jobs:
ref: context.sha,
event_type: context.eventName
}
});
});