diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8db56c38..777997ad 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -38,9 +38,7 @@ jobs: docker-build: name: Build Vaultwarden containers if: ${{ github.repository == 'dani-garcia/vaultwarden' }} - environment: - name: release - deployment: false + environment: release permissions: packages: write # Needed to upload packages and artifacts contents: read @@ -251,9 +249,7 @@ jobs: name: Merge manifests runs-on: ubuntu-latest needs: docker-build - environment: - name: release - deployment: false + environment: release permissions: packages: write # Needed to upload packages and artifacts attestations: write # Needed to generate an artifact attestation for a build