mirror of
https://github.com/khoj-ai/khoj.git
synced 2025-02-17 08:04:21 +00:00
Add content write permission to jobs in github release workflow
This commit is contained in:
parent
d77e05c279
commit
2fbc609233
1 changed files with 4 additions and 0 deletions
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
|
@ -15,6 +15,8 @@ jobs:
|
||||||
publish_obsidian_plugin:
|
publish_obsidian_plugin:
|
||||||
name: 💎 Publish Obsidian Plugin
|
name: 💎 Publish Obsidian Plugin
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
permissions:
|
||||||
|
contents: write
|
||||||
defaults:
|
defaults:
|
||||||
run:
|
run:
|
||||||
shell: bash
|
shell: bash
|
||||||
|
@ -75,6 +77,8 @@ jobs:
|
||||||
- os: windows-latest
|
- os: windows-latest
|
||||||
extension: exe
|
extension: exe
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
|
permissions:
|
||||||
|
contents: write
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue