From 372f02f6ec8929391d69e3728edfb2f96b6ce67e Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Fri, 26 Apr 2024 15:37:08 +0200 Subject: [PATCH] change scope location --- .github/workflows/release.yml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5f85ffb..69bb665 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -5,16 +5,14 @@ on: branches: [main] permissions: - contents: read + attestations: write + id-token: write + packages: write + contents: write jobs: ghcr-io: runs-on: ubuntu-latest - permissions: - attestations: write - id-token: write - packages: write - contents: read env: REGISTRY: ghcr.io IMAGE_NAME: ${{ github.repository }}