mirror of
https://github.com/schlagmichdoch/PairDrop.git
synced 2025-04-21 23:36:17 -04:00
add write permission to workflow zip-release
This commit is contained in:
parent
fbaa05de82
commit
77f2866893
1 changed files with 2 additions and 0 deletions
2
.github/workflows/zip-release.yml
vendored
2
.github/workflows/zip-release.yml
vendored
|
@ -19,6 +19,8 @@ on:
|
|||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
contents: write
|
||||
steps:
|
||||
- uses: actions/checkout@master
|
||||
- name: Archive Release
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue