diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e0743bd..787d917 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,6 +1,3 @@ -permissions: - contents: write - pull-requests: write name: Release on: @@ -15,6 +12,11 @@ on: required: false default: false +permissions: + id-token: write + contents: write + pull-requests: write + concurrency: ${{ github.workflow }}-${{ github.ref }} jobs: