diff options
| author | Andre Weissflog <floooh@gmail.com> | 2023-04-01 17:30:33 +0200 |
|---|---|---|
| committer | Andre Weissflog <floooh@gmail.com> | 2023-04-01 17:30:33 +0200 |
| commit | c8d4d96f5d9ca86fafd549cfff41e09a91c5986c (patch) | |
| tree | d98cec24172a5122b5588a7a9e116bce3b5edcee /.github/workflows | |
| parent | 17a56ff3dde0abb89734bc82af6004df4ff0cb61 (diff) | |
gh actions: use repo-token in nim setup
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/gen_bindings.yml | 1 |
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 |