Skip to content

Commit 6b33839

Browse files
committed
Fix permissions issue
1 parent 5b0ddd2 commit 6b33839

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
@@ -3,6 +3,9 @@ on: [push]
33
jobs:
44
ci:
55
runs-on: ubuntu-latest
6+
permissions:
7+
pages: write
8+
id-token: write
69
steps:
710
- uses: pnpm/action-setup@v4
811
with:

0 commit comments

Comments
 (0)