Skip to content

Commit 8819dd3

Browse files
committed
Merge remote-tracking branch 'origin/docs/add_docs_permisions' into develop
2 parents 946d588 + b0a2f9c commit 8819dd3

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/chore.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,9 @@ jobs:
3636
name: Publish Documentation
3737
runs-on: ubuntu-latest
3838
if: startsWith(github.event.pull_request.head.ref, 'docs/')
39-
39+
permissions:
40+
id-token: write
41+
pages: write
4042
steps:
4143
- name: Checkout Repository
4244
uses: actions/checkout@v4

0 commit comments

Comments
 (0)