diff options
| author | omagdy7 <omar.professional8777@gmail.com> | 2023-11-05 23:30:51 +0200 |
|---|---|---|
| committer | omagdy7 <omar.professional8777@gmail.com> | 2023-11-05 23:30:51 +0200 |
| commit | 0d08e48da6dc58e1ca2c61b0b41d1e3fb744f749 (patch) | |
| tree | 6f05511dd73c929f422baa6d949b41373908a8b1 /.github/workflows | |
| parent | 8bba811b7458b8b25fe33295dc9c8530cbd62480 (diff) | |
| download | ollama-logseq-0d08e48da6dc58e1ca2c61b0b41d1e3fb744f749.tar.xz ollama-logseq-0d08e48da6dc58e1ca2c61b0b41d1e3fb744f749.zip | |
Added write permessions
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/publish.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 3213cb8..8a949d1 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -6,6 +6,9 @@ on: tags: - '*' # Push events to matching any tag format, i.e. 1.0, 20.15.10 +permissions: + contents: write + env: PLUGIN_NAME: ollama-logseq |
