mirror of
https://github.com/sysadminsmedia/homebox.git
synced 2025-12-26 15:16:25 +01:00
Update binaries-publish.yaml
Add COSIGN_PWD and COSIGN_YES to workflow to rectify issues with binaries building on Action
This commit is contained in:
2
.github/workflows/binaries-publish.yaml
vendored
2
.github/workflows/binaries-publish.yaml
vendored
@@ -45,3 +45,5 @@ jobs:
|
|||||||
args: release --clean
|
args: release --clean
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
COSIGN_PWD: ${{ secrets.COSIGN_PWD }}
|
||||||
|
COSIGN_YES: "true"
|
||||||
|
|||||||
Reference in New Issue
Block a user