We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ab62c1 commit e9ee107Copy full SHA for e9ee107
1 file changed
.github/workflows/unit_tests.yml
@@ -22,6 +22,9 @@ on:
22
jobs:
23
integration_test:
24
runs-on: ubuntu-latest
25
+ permissions:
26
+ contents: write # required to upload release assets
27
+
28
steps:
29
- name: Show disk space before build
30
run: |
0 commit comments