Skip to content

Commit 7139aef

Browse files
Merge pull request #12 from RedHoodedWraith/minor-improvements
Set Workflow Permissions
2 parents e2f2216 + 5492cfc commit 7139aef

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/cmake-multi-platform.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# This starter workflow is for a CMake project running on multiple platforms. There is a different starter workflow if you just want a single platform.
22
# See: https://github.com/actions/starter-workflows/blob/main/ci/cmake-single-platform.yml
33
name: CMake on Multiple Platforms
4+
permissions:
5+
contents: read
6+
pull-requests: write
47

58
on:
69
push:

0 commit comments

Comments
 (0)