Skip to content

Commit 7f19e48

Browse files
committed
CI Perms Fix
1 parent a7faa56 commit 7f19e48

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/build-and-release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ jobs:
1010
build:
1111
runs-on: ubuntu-latest
1212

13+
permissions:
14+
contents: write
15+
1316
steps:
1417
- name: Checkout code
1518
uses: actions/checkout@v4

.github/workflows/build-renderer.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ jobs:
1616
build:
1717
runs-on: windows-latest
1818

19+
permissions:
20+
contents: write
21+
1922
steps:
2023
- name: Checkout code
2124
uses: actions/checkout@v4

0 commit comments

Comments
 (0)