mirror of
https://github.com/SignTools/SignTools.git
synced 2026-04-27 02:45:56 +03:00
[GH-ISSUE #5] Where do I get the "workflow key configured in your iOS Signer Service"? #1
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/SignTools#1
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @sourcelocation on GitHub (Mar 3, 2021).
Original GitHub issue: https://github.com/SignTools/SignTools/issues/5
@ViRb3 commented on GitHub (Mar 3, 2021):
Can you please describe your problem in a bit more detail?
@sourcelocation commented on GitHub (Mar 3, 2021):
Sure, I just forked the repo (https://github.com/SignTools/ios-signer-ci) and I need to somehow obtain the "workflow key configured in your iOS Signer Service". How can I get it? Do I need to edit the
signer-cfg.yml? Thanks@ViRb3 commented on GitHub (Mar 3, 2021):
Ah, right. The workflow key is something that you come up with, and yes, you set it in
signer-cfg.yml, underworkflow > key. It will be used by the builder to talk to the service. I will update the documentation to make this more clear.@ViRb3 commented on GitHub (Mar 3, 2021):
I just updated the documentation with full description of the configuration. Please check the README again.
@sourcelocation commented on GitHub (Mar 3, 2021):
Thanks!