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
|
||||
end_of_line = lf
|
||||
insert_final_newline = true
|
||||
indent_style = tab
|
||||
indent_style = space
|
||||
indent_size = 4
|
||||
tab_width = 4
|
||||
|
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
@ -11,6 +11,8 @@ env:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
permissions:
|
||||
contents: write
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
@ -80,4 +82,3 @@ jobs:
|
||||
asset_path: ./styles.css
|
||||
asset_name: styles.css
|
||||
asset_content_type: text/css
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user