Add permission to action
This commit is contained in:
parent
89de0d66ef
commit
dfcf973176
1 changed files with 2 additions and 1 deletions
3
.github/workflows/build_artifacts.yaml
vendored
3
.github/workflows/build_artifacts.yaml
vendored
|
@ -6,7 +6,8 @@ jobs:
|
||||||
build-windows:
|
build-windows:
|
||||||
runs-on:
|
runs-on:
|
||||||
- ubuntu-latest
|
- ubuntu-latest
|
||||||
|
permissions:
|
||||||
|
contents: write
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
Loading…
Reference in a new issue