mirror of
https://github.com/khoj-ai/khoj.git
synced 2024-11-23 23:48:56 +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:
|
||||
- 'master'
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
pages: write
|
||||
id-token: write
|
||||
|
||||
jobs:
|
||||
deploy:
|
||||
environment:
|
||||
|
|
Loading…
Reference in a new issue