mirror of
https://github.com/aljazceru/btcpayserver-breez-nodeless-spark.git
synced 2025-12-17 09:24:19 +01:00
Add permissions to allow updating GitHub releases
- Add contents: write permission to enable asset uploads - Fixes 'Resource not accessible by integration' error when publishing releases
This commit is contained in:
3
.github/workflows/build-and-release.yml
vendored
3
.github/workflows/build-and-release.yml
vendored
@@ -6,6 +6,9 @@ on:
|
|||||||
release:
|
release:
|
||||||
types: [ published ]
|
types: [ published ]
|
||||||
|
|
||||||
|
permissions:
|
||||||
|
contents: write # Required to upload assets to releases
|
||||||
|
|
||||||
env:
|
env:
|
||||||
DOTNET_VERSION: "8.0.x"
|
DOTNET_VERSION: "8.0.x"
|
||||||
PLUGIN_ARTIFACT_NAME: breez-plugin
|
PLUGIN_ARTIFACT_NAME: breez-plugin
|
||||||
|
|||||||
Reference in New Issue
Block a user