use github.token when installing nimble in ci

This commit is contained in:
Ivan FB 2026-03-30 23:15:30 +02:00
parent 71978ac13b
commit 02795c12ea
No known key found for this signature in database
GPG Key ID: DF0C67A04C543270

View File

@ -68,4 +68,4 @@ runs:
uses: nim-lang/setup-nimble-action@v1
with:
nimble-version: '0.20.1'
repo-token: ${{ secrets.GITHUB_TOKEN }}
repo-token: ${{ github.token }}