Skip to content

Commit a6f0107

Browse files
committed
chore: add permissions for docs deploy pipeline
1 parent e978c81 commit a6f0107

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/deploy-docs.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ jobs:
1111
name: github-pages
1212
url: ${{ steps.deployment.outputs.page_url }}
1313
runs-on: ubuntu-latest
14+
permissions:
15+
pages: write
16+
id-token: write
1417
steps:
1518
- name: Checkout
1619
uses: actions/checkout@v4

0 commit comments

Comments
 (0)