Skip to content

Commit

Permalink
Merge pull request #430 from axodotdev/fix-sslcom
Browse files Browse the repository at this point in the history
fix(windows-sign): use proper github account name
  • Loading branch information
Gankra authored Sep 18, 2023
2 parents 50875c3 + 52ee4a5 commit fd9d635
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
3 changes: 1 addition & 2 deletions cargo-dist/templates/ci/github_ci.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ jobs:
done
# Sign the files
- name: Sign Artifacts with CodeSignTool
uses: ssldotcom/esigner-codesign@develop
uses: sslcom/esigner-codesign@develop
with:
command: batch_sign
username: ${{ secrets.SSLDOTCOM_USERNAME }}
Expand All @@ -218,7 +218,6 @@ jobs:
totp_secret: ${{ secrets.SSLDOTCOM_TOTP_SECRET }}
dir_path: ${{ env.SIGN_DIR_IN }}
output_path: ${{ env.SIGN_DIR_OUT }}
# Set this to TEST for testing (sandbox) and PROD for production
environment_name: {{%- if ssldotcom_windows_sign == "test" %}} TEST {{%- else %}} PROD {{%- endif %}}
# Regenerate checksum files for things that have been signed
- name: Regenerate Checksums
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1445,7 +1445,7 @@ jobs:
done
# Sign the files
- name: Sign Artifacts with CodeSignTool
uses: ssldotcom/esigner-codesign@develop
uses: sslcom/esigner-codesign@develop
with:
command: batch_sign
username: ${{ secrets.SSLDOTCOM_USERNAME }}
Expand All @@ -1454,7 +1454,6 @@ jobs:
totp_secret: ${{ secrets.SSLDOTCOM_TOTP_SECRET }}
dir_path: ${{ env.SIGN_DIR_IN }}
output_path: ${{ env.SIGN_DIR_OUT }}
# Set this to TEST for testing (sandbox) and PROD for production
environment_name: TEST
# Regenerate checksum files for things that have been signed
- name: Regenerate Checksums
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1445,7 +1445,7 @@ jobs:
done
# Sign the files
- name: Sign Artifacts with CodeSignTool
uses: ssldotcom/esigner-codesign@develop
uses: sslcom/esigner-codesign@develop
with:
command: batch_sign
username: ${{ secrets.SSLDOTCOM_USERNAME }}
Expand All @@ -1454,7 +1454,6 @@ jobs:
totp_secret: ${{ secrets.SSLDOTCOM_TOTP_SECRET }}
dir_path: ${{ env.SIGN_DIR_IN }}
output_path: ${{ env.SIGN_DIR_OUT }}
# Set this to TEST for testing (sandbox) and PROD for production
environment_name: PROD
# Regenerate checksum files for things that have been signed
- name: Regenerate Checksums
Expand Down

0 comments on commit fd9d635

Please sign in to comment.