Skip to content
Closed
Prev Previous commit
Next Next commit
chore
  • Loading branch information
s1n7ax committed Aug 8, 2025
commit 86f7699ba2feadfe05b37517e9ee929afdfc1e3c
2 changes: 1 addition & 1 deletion .github/workflows/trigger-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
# Get workflows and extract URL and ID for "Test nvim-java Plugin"
response=$(curl -s -L \
-H "Accept: application/vnd.github+json" \
-H "Authorization: Bearer ${TOKEN}" \
-H "Authorization: Bearer ${TEST_TOKEN}" \
-H "X-GitHub-Api-Version: 2022-11-28" \
"https://api.github.com/repos/$OWNER/$REPO/actions/workflows")

Expand Down
Loading