We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b0ddd2 commit 6b33839Copy full SHA for 6b33839
.github/workflows/ci.yaml
@@ -3,6 +3,9 @@ on: [push]
3
jobs:
4
ci:
5
runs-on: ubuntu-latest
6
+ permissions:
7
+ pages: write
8
+ id-token: write
9
steps:
10
- uses: pnpm/action-setup@v4
11
with:
0 commit comments