Skip to content

Commit e9ee107

Browse files
authored
add write permission (#68)
needed to edit existing release
1 parent 9ab62c1 commit e9ee107

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/unit_tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ on:
2222
jobs:
2323
integration_test:
2424
runs-on: ubuntu-latest
25+
permissions:
26+
contents: write # required to upload release assets
27+
2528
steps:
2629
- name: Show disk space before build
2730
run: |

0 commit comments

Comments
 (0)