mirror of
https://github.com/khoj-ai/khoj.git
synced 2024-11-30 10:53:02 +01:00
Modify permissions of the GITHUB_TOKEN for publishing to gh-pages
This commit is contained in:
parent
740453fa18
commit
ce53bc52c5
1 changed files with 5 additions and 0 deletions
5
.github/workflows/github_pages_deploy.yml
vendored
5
.github/workflows/github_pages_deploy.yml
vendored
|
@ -4,6 +4,11 @@ on:
|
||||||
branches:
|
branches:
|
||||||
- 'master'
|
- 'master'
|
||||||
|
|
||||||
|
permissions:
|
||||||
|
contents: read
|
||||||
|
pages: write
|
||||||
|
id-token: write
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
deploy:
|
deploy:
|
||||||
environment:
|
environment:
|
||||||
|
|
Loading…
Reference in a new issue