Skip to content

Commit

Permalink
id-tok
Browse files Browse the repository at this point in the history
  • Loading branch information
kali committed Dec 19, 2023
1 parent 7a1597e commit c5774ba
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/cross-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ jobs:
- wasm32-wasi

runs-on: ubuntu-20.04
permissions:
id-token: write
contents: read

steps:
- uses: actions/checkout@v3
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ env:
jobs:
regular-tests:
runs-on: ubuntu-latest
permissions:
id-token: write
contents: read

steps:
- uses: actions/checkout@v3
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/unix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ jobs:
rust: [ 1.65.0 ]

runs-on: ${{matrix.os}}
permissions:
id-token: write
contents: read
env:
RUST_VERSION: ${{matrix.rust}}
RUST_BACKTRACE: full
Expand Down

0 comments on commit c5774ba

Please sign in to comment.