Skip to content

Commit d441bf3

Browse files
authored
Merge pull request #4 from AKA-NETWORK/alert-autofix-88
Potential fix for code scanning alert no. 88: Workflow does not contain permissions
2 parents 52c891c + f9ac758 commit d441bf3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/turbopack-update-tests-manifest.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# A recurring workflow which updates the passing/failing/skipped integration tests for Turbopack.
22
name: Update Turbopack test manifest
3+
permissions:
4+
contents: read
5+
pull-requests: write
36

47
on:
58
schedule:

0 commit comments

Comments
 (0)