mirror of
https://github.com/runofthemillgeek/swarnam-obsidian.git
synced 2025-01-18 05:40:13 +00:00
ci: fix action permissions
This commit is contained in:
parent
1388b2dd53
commit
5eb0a1b5db
@ -5,6 +5,6 @@ root = true
|
|||||||
charset = utf-8
|
charset = utf-8
|
||||||
end_of_line = lf
|
end_of_line = lf
|
||||||
insert_final_newline = true
|
insert_final_newline = true
|
||||||
indent_style = tab
|
indent_style = space
|
||||||
indent_size = 4
|
indent_size = 4
|
||||||
tab_width = 4
|
tab_width = 4
|
||||||
|
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
@ -11,6 +11,8 @@ env:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
permissions:
|
||||||
|
contents: write
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
@ -80,4 +82,3 @@ jobs:
|
|||||||
asset_path: ./styles.css
|
asset_path: ./styles.css
|
||||||
asset_name: styles.css
|
asset_name: styles.css
|
||||||
asset_content_type: text/css
|
asset_content_type: text/css
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user