mirror of
https://github.com/schlagmichdoch/PairDrop.git
synced 2026-04-05 17:33:49 +00:00
add write permission to workflow zip-release
This commit is contained in:
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
|
||||
|
||||
Reference in New Issue
Block a user