diff --git a/.github/workflows/linear.yml b/.github/workflows/linear.yml index 9951c3e4..5dac55a6 100644 --- a/.github/workflows/linear.yml +++ b/.github/workflows/linear.yml @@ -22,7 +22,7 @@ jobs: - name: Find or create a Linear Issue uses: risc0/action-find-or-create-linear-issue@risc0 with: - github-token: ${{ secrets.GITHUB_TOKEN }} + github_token: ${{ secrets.GITHUB_TOKEN }} linear-api-key: ${{ secrets.LINEAR_API_KEY }} linear-team-key: "WEB3" linear-created-issue-state-id: "2505ebd6-1fbe-4b25-b2a8-792dfaa50ad9" # in progress diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 524992df..67ffc107 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -233,8 +233,8 @@ jobs: - uses: foundry-rs/foundry-toolchain@v1 - run: cargo doc $CARGO_LOCKED --all-features --no-deps --workspace env: - RISC0_SKIP_BUILD: true, - RISC0_SKIP_BUILD_KERNEL: true, + RISC0_SKIP_BUILD: true + RISC0_SKIP_BUILD_KERNEL: true # TODO(#355) Re-enable this check. #- run: forge doc diff --git a/.github/workflows/steel-documentation.yml b/.github/workflows/steel-documentation.yml index b6853f10..e0bc943b 100644 --- a/.github/workflows/steel-documentation.yml +++ b/.github/workflows/steel-documentation.yml @@ -17,7 +17,7 @@ concurrency: cancel-in-progress: true env: - RISC0_TOOLCHAIN_VERSION: r0.1.81.0 + RISC0_TOOLCHAIN_VERSION: "1.81.0" RISC0_MONOREPO_REF: "main" jobs: