Skip to content

Commit

Permalink
Add read permissions to CI.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
praveenperera committed Jul 28, 2024
1 parent 42a010d commit 2f6e27d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: CI
on: [push, pull_request]

permissions:
contents: read

jobs:
clippy:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 2f6e27d

Please sign in to comment.