We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7faa56 commit 7f19e48Copy full SHA for 7f19e48
2 files changed
.github/workflows/build-and-release.yml
@@ -10,6 +10,9 @@ jobs:
10
build:
11
runs-on: ubuntu-latest
12
13
+ permissions:
14
+ contents: write
15
+
16
steps:
17
- name: Checkout code
18
uses: actions/checkout@v4
.github/workflows/build-renderer.yml
@@ -16,6 +16,9 @@ jobs:
runs-on: windows-latest
19
20
21
22
23
24
0 commit comments