We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb7029f commit 9cb0953Copy full SHA for 9cb0953
1 file changed
.github/workflows/chore.yml
@@ -36,7 +36,9 @@ jobs:
36
name: Publish Documentation
37
runs-on: ubuntu-latest
38
if: startsWith(github.event.pull_request.head.ref, 'docs/')
39
-
+ permissions:
40
+ id-token: write
41
+ pages: write
42
steps:
43
- name: Checkout Repository
44
uses: actions/checkout@v4
0 commit comments