mirror of
https://github.com/rustdesk/rustdesk
synced 2026-04-21 13:27:19 +00:00
Add write permissions to contents in workflow
Add permissions for write access to contents.
This commit is contained in:
parent
ac124c0680
commit
b32df76874
1 changed files with 4 additions and 1 deletions
5
.github/workflows/flutter-tag.yml
vendored
5
.github/workflows/flutter-tag.yml
vendored
|
|
@ -9,10 +9,13 @@ on:
|
|||
- 'v[0-9]+.[0-9]+.[0-9]+-[0-9]+'
|
||||
- '[0-9]+.[0-9]+.[0-9]+-[0-9]+'
|
||||
|
||||
permissions:
|
||||
contents: write
|
||||
|
||||
jobs:
|
||||
run-flutter-tag-build:
|
||||
uses: ./.github/workflows/flutter-build.yml
|
||||
secrets: inherit
|
||||
with:
|
||||
upload-artifact: true
|
||||
upload-tag: ${{ github.ref_name }}
|
||||
upload-tag: ${{ github.ref_name }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue