Skip to content

Commit 79426e8

Browse files
authored
Merge pull request #5 from HackYourFuture/fix/grade-workflow-permissions
fix(ci): grant contents: read so the grade workflow loads
2 parents 8830bc7 + 84f84bd commit 79426e8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/grade-assignment.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
jobs:
99
grade:
1010
permissions:
11+
contents: read
1112
issues: write
1213
pull-requests: write
1314
uses: HackYourFuture/github-actions/.github/workflows/auto-grade.yml@main

0 commit comments

Comments
 (0)