diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3e5803e4..9064d368 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,5 +19,6 @@ jobs: run: uses: ./.github/workflows/build.yml secrets: inherit + permissions: write-all with: upload-artifact: false \ No newline at end of file diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index bc104abc..7ff7eacf 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -9,6 +9,7 @@ jobs: build: uses: ./.github/workflows/build.yml secrets: inherit + permissions: write-all with: upload-artifact: true tag-name: "${{ github.ref_name }}"