ci: fix action permissions

This commit is contained in:
Sangeeth Sudheer 2024-04-05 05:10:05 +05:30
parent 1388b2dd53
commit 5eb0a1b5db
2 changed files with 86 additions and 85 deletions

View File

@ -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

View File

@ -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