From e2a6419d00fec5c1d13c34e4dd04a2324ddd4b8d Mon Sep 17 00:00:00 2001 From: Egon Braun Date: Wed, 12 Jun 2024 11:55:56 +0200 Subject: [PATCH] Add permissions to github pipeline job --- .github/workflows/pipeline.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index 5dc6569..f345d59 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -98,8 +98,10 @@ jobs: needs: ci if: ${{ startsWith(github.ref, 'refs/tags/v') }} permissions: - id-token: write + attestations: write contents: read + id-token: write + packages: write steps: - name: Checkout uses: actions/checkout@v4