mirror of
https://github.com/obsqrbtz/clrsync.git
synced 2026-04-08 20:19:04 +03:00
added write permission for release step
This commit is contained in:
2
.github/workflows/publish-release.yml
vendored
2
.github/workflows/publish-release.yml
vendored
@@ -106,6 +106,8 @@ jobs:
|
||||
release:
|
||||
needs: [build-windows, build-ubuntu, build-fedora]
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
contents: write
|
||||
steps:
|
||||
- name: Download Windows artifact
|
||||
uses: actions/download-artifact@v6
|
||||
|
||||
Reference in New Issue
Block a user