Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump signpath/github-action-submit-signing-request from 0.4 to 1 #3769

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: CD

Check notice on line 1 in .github/workflows/cd.yml

View workflow job for this annotation

GitHub Actions / win10 build (msys2)

Codesign skipped

Secret SIGNPATH_API_TOKEN not set.
on:
- push
- pull_request
Expand Down Expand Up @@ -86,7 +86,7 @@
- name: Codesign binary
id: sign_binary
if: env.IF_CODESIGN == 'true'
uses: signpath/github-action-submit-signing-request@v0.4
uses: signpath/github-action-submit-signing-request@v1
with:
api-token: '${{ secrets.SIGNPATH_API_TOKEN }}'
organization-id: '9e74d567-be9b-4bd4-929d-9978860f6cbc'
Expand Down Expand Up @@ -135,7 +135,7 @@
- name: Codesign
id: sign
if: env.IF_CODESIGN == 'true'
uses: signpath/github-action-submit-signing-request@v0.4
uses: signpath/github-action-submit-signing-request@v1
with:
api-token: '${{ secrets.SIGNPATH_API_TOKEN }}'
organization-id: '9e74d567-be9b-4bd4-929d-9978860f6cbc'
Expand Down