We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99500f2 commit f2567d5Copy full SHA for f2567d5
1 file changed
.github/workflows/Release_Windows.yml
@@ -9,7 +9,9 @@ on:
9
jobs:
10
test-windows:
11
runs-on: windows-latest
12
-
+ permissions:
13
+ contents: write
14
+
15
steps:
16
- name: Checkout repository
17
uses: actions/checkout@v4
0 commit comments