Skip to content

Commit c30f8ec

Browse files
ajayyymini-bomba
authored andcommitted
Fix missing permissions for release workflow
1 parent a34e6e6 commit c30f8ec

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -247,6 +247,9 @@ jobs:
247247
deploy-ghp:
248248
name: Deploy to github pages
249249
needs: build
250+
permissions:
251+
id-token: write
252+
pages: write
250253
environment:
251254
name: github-pages
252255
url: ${{ steps.deployment.outputs.page_url }}

0 commit comments

Comments
 (0)