diff --git a/.github/workflows/release-swift-sdk.yml b/.github/workflows/release-swift-sdk.yml index 17733555ac9..fa07385bbdc 100644 --- a/.github/workflows/release-swift-sdk.yml +++ b/.github/workflows/release-swift-sdk.yml @@ -127,6 +127,10 @@ jobs: uses: arduino/setup-protoc@v3 with: version: '32.x' + # Without a token the action resolves the protoc release + # unauthenticated, and the shared macOS-runner egress IP burns + # through the 60 req/h anonymous limit. + repo-token: ${{ secrets.GITHUB_TOKEN }} - name: Build DashSDKFFI.xcframework and install into Swift package run: |