mirror of
https://github.com/schlagmichdoch/PairDrop.git
synced 2026-05-22 04:14:41 +00:00
add write permission to workflow zip-release
This commit is contained in:
@@ -19,6 +19,8 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
permissions:
|
||||||
|
contents: write
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@master
|
- uses: actions/checkout@master
|
||||||
- name: Archive Release
|
- name: Archive Release
|
||||||
|
|||||||
Reference in New Issue
Block a user