diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 673c808..bc89385 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -10,7 +10,6 @@ permissions: contents: read actions: read checks: write - packages: write jobs: build: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index affe5f2..52e605c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -5,6 +5,12 @@ on: tags: - 'v*' +permissions: + contents: read + actions: read + checks: write + packages: write + jobs: release-build: uses: ./.github/workflows/build.yml