Skip to content

Commit 1dfc4d4

Browse files
committed
ci: add contents write permission for GitHub release
1 parent a9b7d18 commit 1dfc4d4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/c-cpp.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ on:
1212
jobs:
1313
build:
1414
runs-on: windows-latest
15+
permissions:
16+
contents: write
1517

1618
steps:
1719
- name: Checkout code

0 commit comments

Comments
 (0)