mirror of
https://github.com/starship/starship.git
synced 2024-11-22 08:14:10 +01:00
build(deps): update signpath/github-action-submit-signing-request action to v0.4
This commit is contained in:
parent
dd195cb507
commit
cb5eb2ed19
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -137,7 +137,7 @@ jobs:
|
||||
- name: Sign | Sign [Windows]
|
||||
continue-on-error: true
|
||||
if: matrix.os == 'windows-latest'
|
||||
uses: signpath/github-action-submit-signing-request@v0.3
|
||||
uses: signpath/github-action-submit-signing-request@v0.4
|
||||
with:
|
||||
api-token: '${{ secrets.SIGNPATH_API_TOKEN }}'
|
||||
organization-id: '${{ vars.SIGNPATH_ORGANIZATION_ID }}'
|
||||
|
2
.github/workflows/workflow.yml
vendored
2
.github/workflows/workflow.yml
vendored
@ -232,7 +232,7 @@ jobs:
|
||||
target/debug/starship-x86_64-pc-windows-msvc.msi
|
||||
|
||||
- name: Sign | Sign [Windows]
|
||||
uses: signpath/github-action-submit-signing-request@v0.3
|
||||
uses: signpath/github-action-submit-signing-request@v0.4
|
||||
continue-on-error: true
|
||||
if: matrix.os == 'windows-latest' && matrix.rust == 'stable' && github.event_name == 'push' && github.repository == 'starship/starship'
|
||||
with:
|
||||
|
Loading…
Reference in New Issue
Block a user