Skip to content

Commit 489dab8

Browse files
committed
Fix: add GITHUB_TOKEN for binstall rate limit
1 parent cfc5c2c commit 489dab8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/tauri-release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ jobs:
4040
run: |
4141
curl -L --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/cargo-bins/cargo-binstall/main/install-from-binstall-release.sh | bash
4242
cargo binstall tauri-cli --version "^2.0.0" -y
43+
env:
44+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4345

4446
- name: Debug - list files
4547
run: |

0 commit comments

Comments
 (0)