ci(publish): fix permissions to create GitHub Release
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
This commit is contained in:
4
.github/workflows/publish.yml
vendored
4
.github/workflows/publish.yml
vendored
@@ -1,8 +1,8 @@
|
|||||||
name: publish
|
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