1
0
mirror of https://github.com/ciromattia/kcc synced 2025-12-13 01:36:27 +00:00

Bump signpath/github-action-submit-signing-request from 1.1 to 1.2 (#918)

This commit is contained in:
dependabot[bot]
2025-05-04 20:21:05 -07:00
committed by GitHub
parent 7c029b4ba1
commit 327b522080
2 changed files with 2 additions and 2 deletions

View File

@@ -40,7 +40,7 @@ jobs:
path: dist/windows/*.exe path: dist/windows/*.exe
- id: optional_step_id - id: optional_step_id
uses: signpath/github-action-submit-signing-request@v1.1 uses: signpath/github-action-submit-signing-request@v1.2
if: ${{ github.repository == 'ciromattia/kcc' }} if: ${{ github.repository == 'ciromattia/kcc' }}
with: with:
api-token: '${{ secrets.SIGNPATH_API_TOKEN }}' api-token: '${{ secrets.SIGNPATH_API_TOKEN }}'

View File

@@ -48,7 +48,7 @@ jobs:
name: windows-build name: windows-build
path: dist/*.exe path: dist/*.exe
- id: optional_step_id - id: optional_step_id
uses: signpath/github-action-submit-signing-request@v1.1 uses: signpath/github-action-submit-signing-request@v1.2
if: ${{ github.repository == 'ciromattia/kcc' }} if: ${{ github.repository == 'ciromattia/kcc' }}
with: with:
api-token: '${{ secrets.SIGNPATH_API_TOKEN }}' api-token: '${{ secrets.SIGNPATH_API_TOKEN }}'