Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Revert "Authenticate when installing protoc"
This reverts commit f7563d4.
  • Loading branch information
obrok committed Dec 27, 2022
commit 985942f33e43eef61ca9d459b31fa8a6b5cc0b37
1 change: 0 additions & 1 deletion .github/workflows/build-and-push-cliain.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ jobs:
uses: arduino/setup-protoc@v1
with:
version: '3.6.1'
repo-token: ${{ secrets.GH_TOKEN }}

- name: Cargo | Build release binary
run: |
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/build-node-and-runtime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ jobs:
uses: arduino/setup-protoc@v1
with:
version: '3.6.1'
repo-token: ${{ secrets.GH_TOKEN }}

- name: Install WASM target
run: rustup target add wasm32-unknown-unknown
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ jobs:
uses: arduino/setup-protoc@v1
with:
version: '3.6.1'
repo-token: ${{ secrets.GH_TOKEN }}

- name: Build binary
run: |
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/check-excluded-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ jobs:
uses: arduino/setup-protoc@v1
with:
version: '3.6.1'
repo-token: ${{ secrets.GH_TOKEN }}

- name: Read excluded packages from Cargo.toml
id: read_excluded
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/e2e-tests-main-devnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ jobs:
uses: arduino/setup-protoc@v1
with:
version: '3.6.1'
repo-token: ${{ secrets.GH_TOKEN }}

- name: Restore cache
uses: ./.github/actions/restore-cache
Expand Down Expand Up @@ -117,7 +116,6 @@ jobs:
uses: arduino/setup-protoc@v1
with:
version: '3.6.1'
repo-token: ${{ secrets.GH_TOKEN }}

- name: Install WASM target
run: rustup target add wasm32-unknown-unknown
Expand Down Expand Up @@ -156,7 +154,6 @@ jobs:
uses: arduino/setup-protoc@v1
with:
version: '3.6.1'
repo-token: ${{ secrets.GH_TOKEN }}

- name: Restore cache
uses: ./.github/actions/restore-cache
Expand Down Expand Up @@ -843,7 +840,6 @@ jobs:
uses: arduino/setup-protoc@v1
with:
version: '3.6.1'
repo-token: ${{ secrets.GH_TOKEN }}

- name: Install WASM target
run: rustup target add wasm32-unknown-unknown
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/nightly-pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ jobs:
uses: arduino/setup-protoc@v1
with:
version: '3.6.1'
repo-token: ${{ secrets.GH_TOKEN }}

- name: Install WASM target
run: rustup target add wasm32-unknown-unknown
Expand Down Expand Up @@ -98,7 +97,6 @@ jobs:
uses: arduino/setup-protoc@v1
with:
version: '3.6.1'
repo-token: ${{ secrets.GH_TOKEN }}

- name: Restore cache
uses: ./.github/actions/restore-cache
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ jobs:
uses: arduino/setup-protoc@v1
with:
version: '3.6.1'
repo-token: ${{ secrets.GH_TOKEN }}

- name: Install clippy and fmt
run: rustup component add clippy rustfmt
Expand Down