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:
|
||||
runs-on:
|
||||
- ubuntu-latest
|
||||
|
||||
permissions:
|
||||
contents: write
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
|
|
Loading…
Reference in a new issue