Skip to content

Commit 34650eb

Browse files
committed
adding permissions to override releases assets
1 parent 074a557 commit 34650eb

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/pr-nightly-build.yml

+2
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ env:
1111
CI: false
1212
jobs:
1313
publish-tauri:
14+
permissions:
15+
contents: write
1416
strategy:
1517
fail-fast: false
1618
matrix:

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

+2
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ env:
1111
CI: false
1212
jobs:
1313
publish-tauri:
14+
permissions:
15+
contents: write
1416
strategy:
1517
fail-fast: false
1618
matrix:

0 commit comments

Comments
 (0)