Skip to content

Commit a0a4674

Browse files
authored
Merge pull request #23 from ansg191/workflow-rate-limit-fix
Fixes #22
2 parents 2d634b3 + abb2a05 commit a0a4674

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/go.yml

+2
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ jobs:
3030

3131
- name: Setup protoc
3232
uses: arduino/[email protected]
33+
with:
34+
repo-token: ${{ secrets.GITHUB_TOKEN }}
3335

3436
- name: Download Dependencies
3537
run: |

.github/workflows/goreleaser.yml

+2
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ jobs:
2929

3030
- name: Setup protoc
3131
uses: arduino/[email protected]
32+
with:
33+
repo-token: ${{ secrets.GITHUB_TOKEN }}
3234

3335
- name: Protoc dependencies
3436
run: |

0 commit comments

Comments
 (0)