Skip to content

Commit 96f90f1

Browse files
committed
Added write permissions to AOT release job
1 parent b71798c commit 96f90f1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@ jobs:
6161
name: 🧱 Build and Publish Fusion Tooling
6262
runs-on: ${{ matrix.os }}
6363
needs: release
64+
permissions:
65+
contents: write
6466
strategy:
6567
matrix:
6668
include:

0 commit comments

Comments
 (0)