Skip to content

Commit fba4a75

Browse files
committed
Fix permissions for uploading to release
Signed-off-by: Ricardo Lopes <[email protected]>
1 parent 2bd0b60 commit fba4a75

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/openvex.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ permissions:
1212
jobs:
1313
vexctl:
1414
runs-on: ubuntu-latest
15+
16+
permissions:
17+
contents: write
18+
1519
steps:
1620
- name: Checkout code
1721
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7

0 commit comments

Comments
 (0)