Skip to content
This repository was archived by the owner on Jan 6, 2026. It is now read-only.

Commit 6036257

Browse files
authored
ci: fix missing gh pages permissions (#50)
1 parent ea5557f commit 6036257

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ jobs:
1717
runs-on: ubuntu-latest
1818
permissions:
1919
contents: read
20+
pages: write
21+
id-token: write
2022
deployments: write
2123
environment: default
2224

0 commit comments

Comments
 (0)