fix: add content write permission in workflow
This commit is contained in:
parent
31dfb6873b
commit
f6ae582798
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -11,6 +11,8 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
permissions:
|
||||||
|
contents: write
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user