Skip to content

Commit fb04779

Browse files
fix: Update publish.yml to include permissions (#1993)
fix: Added permissions for id-token and contents in publish workflow
1 parent ae7b11d commit fb04779

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/publish.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ on:
44
workflow_dispatch:
55
push:
66
branches: [ main ]
7+
8+
permissions:
9+
id-token: write # Required for OIDC
10+
contents: read
711

812
jobs:
913
build:

0 commit comments

Comments
 (0)