From c8d4d96f5d9ca86fafd549cfff41e09a91c5986c Mon Sep 17 00:00:00 2001 From: Andre Weissflog Date: Sat, 1 Apr 2023 17:30:33 +0200 Subject: gh actions: use repo-token in nim setup --- .github/workflows/gen_bindings.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/gen_bindings.yml b/.github/workflows/gen_bindings.yml index b029fcf1..226a3bfa 100644 --- a/.github/workflows/gen_bindings.yml +++ b/.github/workflows/gen_bindings.yml @@ -126,6 +126,7 @@ jobs: - uses: jiro4989/setup-nim-action@v1 with: nim-version: 1.6.12 + repo-token: ${{ secrets.GITHUB_TOKEN }} - uses: actions/checkout@v3 with: repository: floooh/sokol-nim -- cgit v1.2.3