diff options
Diffstat (limited to '.github/workflows')
| -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: |
