aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2023-05-25 04:25:43 +0200
committerGitHub <[email protected]>2023-05-25 04:25:43 +0200
commit6efcc9acaa15c6fa696c67b224297f9086732a75 (patch)
tree7377384699aeddcf6d629a35741b11a0c0f998ac /.github/workflows
parent5f10eadb8d13f59bceed0958ef7aac8f1545f30d (diff)
parent2a589b79047a2431dd443d50c434e7f4767eab51 (diff)
Merge pull request #1483 from embassy-rs/remove-oidc
ci: replace openid connect with static secret.
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/rust.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml
index 47dc8fd7a..0cbca31b8 100644
--- a/.github/workflows/rust.yml
+++ b/.github/workflows/rust.yml
@@ -36,6 +36,8 @@ jobs:
36 target_ci 36 target_ci
37 key: rust3-${{ runner.os }}-${{ hashFiles('rust-toolchain.toml') }} 37 key: rust3-${{ runner.os }}-${{ hashFiles('rust-toolchain.toml') }}
38 - name: build 38 - name: build
39 env:
40 TELEPROBE_TOKEN: ${{ secrets.TELEPROBE_TOKEN }}
39 run: | 41 run: |
40 curl -L -o /usr/local/bin/cargo-batch https://github.com/embassy-rs/cargo-batch/releases/download/batch-0.3.0/cargo-batch 42 curl -L -o /usr/local/bin/cargo-batch https://github.com/embassy-rs/cargo-batch/releases/download/batch-0.3.0/cargo-batch
41 chmod +x /usr/local/bin/cargo-batch 43 chmod +x /usr/local/bin/cargo-batch