mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-02 13:18:18 +00:00
Modify permissions of the GITHUB_TOKEN for publishing to gh-pages
This commit is contained in:
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:
|
||||
|
||||
Reference in New Issue
Block a user