diff options
| author | Dario Nieuwenhuis <[email protected]> | 2021-11-24 03:18:30 +0100 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2021-12-06 22:05:41 +0100 |
| commit | dd32358d6bb24895c833bc4c34fd96e7632e43a9 (patch) | |
| tree | 57a3647217dce831e713e4709835ec2388050682 /.github | |
| parent | 00a87b9a41f55efdf831a2579de5f271222e6577 (diff) | |
stm32: add gpio HIL test
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: |
