Skip to content

Commit b717fb8

Browse files
chore(repo): specify missing workflow permissions in CICD (#141)
* chore(repo): specify missing workflow permissions in ci.yml * fix(cicd): update workflow permissions * fix(cicd): specify the permissions on pull requests * Test permissions * chore(cicd): stricter permissions * chore(cicd): revert __init__ change for testing workflow permissions * chore(cicd): revert __init__ change for testing workflow permissions
1 parent 9f7435e commit b717fb8

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
---
22
name: CI
3+
permissions:
4+
checks: write
5+
contents: read
36

47
on:
58
push:

0 commit comments

Comments
 (0)