Skip to content

Commit 45bc20f

Browse files
committed
chore(workflow): ✨ update permissions in CI workflow
* Added `contents: read` and `issues: write` permissions to enhance workflow capabilities.
1 parent cce6734 commit 45bc20f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/CI.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ on:
55
permissions:
66
checks: write
77
pull-requests: write
8+
contents: read
9+
issues: write
810
jobs:
911
ci:
1012
uses: HeyItsGilbert/.github/.github/workflows/ModuleCI.yml@main

0 commit comments

Comments
 (0)