Browse Source

added basic permission in github actions.

main
Karan Gauswami 2 days ago
parent
commit
57e8800f56
No known key found for this signature in database GPG Key ID: 4457EA801DBC82E6
  1. 3
      .github/workflows/rust.yml

3
.github/workflows/rust.yml

@ -9,6 +9,9 @@ on:
env:
CARGO_TERM_COLOR: always
permissions:
contents: read
jobs:
build:
name: Build for ${{ matrix.os }}

Loading…
Cancel
Save