diff options
| author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2021-12-06 21:42:47 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-12-06 21:42:47 +0000 |
| commit | 7058f29cf049d2ba14c0f8d99ad964dc1ded918c (patch) | |
| tree | 57a3647217dce831e713e4709835ec2388050682 /.github | |
| parent | 8b4a247af2b54bd4deb8416b6181791e381c5aa3 (diff) | |
| parent | dd32358d6bb24895c833bc4c34fd96e7632e43a9 (diff) | |
Merge #451
451: stm32f4 GPIO HIL test r=Dirbaio a=Dirbaio
Co-authored-by: Dario Nieuwenhuis <[email protected]>
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/rust.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 7904c3856..4f5970c03 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml | |||
| @@ -18,6 +18,9 @@ jobs: | |||
| 18 | run: exit 0 | 18 | run: exit 0 |
| 19 | build: | 19 | build: |
| 20 | runs-on: ubuntu-latest | 20 | runs-on: ubuntu-latest |
| 21 | permissions: | ||
| 22 | id-token: write | ||
| 23 | contents: read | ||
| 21 | steps: | 24 | steps: |
| 22 | - uses: actions/checkout@v2 | 25 | - uses: actions/checkout@v2 |
| 23 | with: | 26 | with: |
