Skip to content

Commit

Permalink
Problem: release flow meets rate limit
Browse files Browse the repository at this point in the history
  • Loading branch information
mmsqe committed Oct 16, 2024
1 parent 0a491a1 commit 13d3b9c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:
uses: actions/checkout@v4
- name: Set up protoc
uses: arduino/setup-protoc@v3
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
- name: Install Rust toolchain
uses: actions-rust-lang/setup-rust-toolchain@v1
with:
Expand Down

0 comments on commit 13d3b9c

Please sign in to comment.