From 84bfe2de2e38a271c1b2e71ee0b19a56b687e5d7 Mon Sep 17 00:00:00 2001 From: Conor Sloan Date: Thu, 29 Aug 2024 13:43:50 +0100 Subject: [PATCH 1/2] Remove attestation write permissions from release workflow This isn't needed now that we're storing attestations in GHCR. --- .github/workflows/release.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7e11d74..b156b3a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -6,7 +6,6 @@ on: types: [created] permissions: id-token: write - attestations: write packages: write jobs: package-and-publish: From 3a0ab300321fc47c0a0a41fdcbbe38ca4c96d986 Mon Sep 17 00:00:00 2001 From: Conor Sloan Date: Thu, 29 Aug 2024 13:45:22 +0100 Subject: [PATCH 2/2] Update README.md Remove reference to unnecessary permission --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 5a1065a..22eba52 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,6 @@ jobs: runs-on: ubuntu-latest permissions: contents: read - attestations: write id-token: write packages: write steps: