diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ec0f252960b0..0abff4a0e86f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -11,8 +11,6 @@ on: env: CARGO_TERM_COLOR: always - EMBEDDED_CI_TOKEN: ${{ secrets.EMBEDDED_CI_TOKEN }} - EMBEDDED_CI_SERVER: ${{ secrets.EMBEDDED_CI_SERVER }} jobs: # Run cargo fmt --check, includes macros/ @@ -140,6 +138,7 @@ jobs: testexamples: name: testexamples runs-on: ubuntu-20.04 + environment: embedded-ci strategy: matrix: target: @@ -187,8 +186,8 @@ jobs: EMBEDDED_CI_SERVER: ${{ secrets.EMBEDDED_CI_SERVER }} run: | cd examples-runner - cargo xtask --target ${{ matrix.target }} --runner qemu cargo xtask --target ${{ matrix.target }} --runner embedded-ci + cargo xtask --target ${{ matrix.target }} --runner qemu # Check the correctness of macros/ crate checkmacros: