Skip to content

Commit e50de4b

Browse files
committed
fix(ci): add github pages permissions
1 parent 7def4a6 commit e50de4b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,9 @@ jobs:
5757
url: ${{ steps.deployment.outputs.page_url }}
5858
runs-on: ubuntu-latest
5959
needs: build-docs
60+
permissions:
61+
pages: write
62+
id-token: write
6063
steps:
6164
- name: Deploy to GitHub Pages
6265
id: deployment

0 commit comments

Comments
 (0)