summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Weissflog <floooh@gmail.com>2023-04-01 17:30:33 +0200
committerAndre Weissflog <floooh@gmail.com>2023-04-01 17:30:33 +0200
commitc8d4d96f5d9ca86fafd549cfff41e09a91c5986c (patch)
treed98cec24172a5122b5588a7a9e116bce3b5edcee
parent17a56ff3dde0abb89734bc82af6004df4ff0cb61 (diff)
gh actions: use repo-token in nim setup
-rw-r--r--.github/workflows/gen_bindings.yml1
1 files changed, 1 insertions, 0 deletions
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