Skip to content

Commit 3b9eeb4

Browse files
authored
Merge pull request #826 from arpitjain099/chore/declare-workflow-perms
ci: add explicit workflow-level permissions to ci
2 parents b01f6e6 + 044d21e commit 3b9eeb4

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
name: CI
22
on: [push, pull_request]
3+
permissions:
4+
contents: read
5+
36
jobs:
47
tests:
58
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)