ci: actually provide the github token secret

This commit is contained in:
izzy
2025-10-08 17:41:31 +01:00
parent 55ac9a4596
commit 2cf64b556f
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -46,3 +46,5 @@ jobs:
pnpm run make
fi
shell: bash
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}