Skip to content

Commit 4708e5e

Browse files
authored
Update publish.yml
1 parent 70a7599 commit 4708e5e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ jobs:
1111
prepare-version:
1212
runs-on: ubuntu-latest
1313
permissions:
14-
contents: write
14+
id-token: write # Required for OIDC
15+
contents: read
1516
outputs:
1617
version: ${{ steps.extract-version.outputs.version }}
1718
steps:

0 commit comments

Comments
 (0)