Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
shuhuiluo committed Jul 20, 2024
1 parent 812e3ec commit bd0f731
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/default-setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@ name: default-setup

on:
workflow_call:
secrets:
INFURA_API_KEY:
required: true
outputs:
cache-key:
description: "Cache key"
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ jobs:
- name: Setup
id: setup
uses: ./.github/workflows/default-setup.yml
secrets:
INFURA_API_KEY: ${{ secrets.INFURA_API_KEY }}

- name: Install Rust toolchain via rustup
run: |
Expand All @@ -40,8 +38,6 @@ jobs:
- name: Setup
id: setup
uses: ./.github/workflows/default-setup.yml
secrets:
INFURA_API_KEY: ${{ secrets.INFURA_API_KEY }}

- name: Build
run: cargo build
Expand Down

0 comments on commit bd0f731

Please sign in to comment.