Skip to content

Commit

Permalink
Correctly pass GITHUB_TOKEN to protoc action (FuelLabs#840)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dentosal authored Dec 14, 2022
1 parent 573d42c commit 058d750
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,9 +113,9 @@ jobs:
with:
version: "0.36.0"
- name: Install Protoc
uses: arduino/setup-protoc@v1
uses: arduino/setup-protoc@v1.1.2
with:
token: ${{ secrets.GITHUB_TOKEN }}
repo-token: ${{ secrets.GITHUB_TOKEN }}
- uses: Swatinem/rust-cache@v2
with:
key: '${{ matrix.command }} ${{ matrix.args }}'
Expand Down Expand Up @@ -156,9 +156,9 @@ jobs:
override: true

- name: Install Protoc
uses: arduino/setup-protoc@v1
uses: arduino/setup-protoc@v1.1.2
with:
token: ${{ secrets.GITHUB_TOKEN }}
repo-token: ${{ secrets.GITHUB_TOKEN }}

- name: Verify tag version
run: |
Expand Down

0 comments on commit 058d750

Please sign in to comment.