Skip to content

Commit 3c1164d

Browse files
fix(CICD): revert workflow permissions from 'checks' to 'pull-requests' (#145)
* 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 * fix(cicd): checks permissions are insufficient
1 parent b717fb8 commit 3c1164d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: CI
33
permissions:
4-
checks: write
4+
pull-requests: write
55
contents: read
66

77
on:

0 commit comments

Comments
 (0)