From 3cc27d51e42b22dcd7a13818bdc53c22e55490a4 Mon Sep 17 00:00:00 2001 From: Conor Sloan Date: Mon, 12 Aug 2024 10:17:43 +0100 Subject: [PATCH] Update README.md Fix permissions in example workflow --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 80b2fa1..d030868 100644 --- a/README.md +++ b/README.md @@ -43,10 +43,10 @@ jobs: publish: runs-on: ubuntu-latest permissions: + contents: read + attestations: write id-token: write packages: write - contents: write - actions: read steps: - name: Check out repo uses: actions/checkout@v4