Skip to content

Commit 03bcc58

Browse files
committed
Fix ratelimit issues
1 parent e1fb265 commit 03bcc58

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,8 @@ jobs:
161161
run: ./patch-headers.sh
162162

163163
- name: Generate project
164+
env:
165+
MISE_GITHUB_TOKEN: ${{ secrets.MISE_GITHUB_TOKEN }}
164166
run: |
165167
curl https://mise.run | sh
166168
export PATH="$HOME/.local/bin:$PATH"

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
matrix:
2828
platform: [iOS, iOS-simulator, macOS, watchOS, watchOS-simulator, tvOS, tvOS-simulator, visionOS, visionOS-simulator]
2929
uses: ./.github/workflows/build.yml
30+
secrets: inherit
3031
with:
3132
platform: ${{ matrix.platform }}
3233
developer-dir: "/Applications/Xcode_16.4.app/Contents/Developer"

0 commit comments

Comments
 (0)