Skip to content

Commit bb29e54

Browse files
committed
Add permissions in windows builds workflow
1 parent 468caf5 commit bb29e54

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/windows-builds.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
name: Windows builds
22
run-name: Windows builds ${{ inputs.tag || github.ref_name }}
3+
permissions:
4+
actions: write
35
on:
46
push:
57
tags:

0 commit comments

Comments
 (0)