ci(publish): fix permissions to create GitHub Release
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
This commit is contained in:
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
@@ -2,7 +2,7 @@ name: publish
|
|||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
id-token: write # required for OIDC
|
id-token: write # required for OIDC
|
||||||
contents: read
|
contents: write # required to create GitHub Release
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
group: ${{ github.workflow }}-${{ github.ref }}
|
group: ${{ github.workflow }}-${{ github.ref }}
|
||||||
|
|||||||
Reference in New Issue
Block a user