Update .appveyor.yml

This commit is contained in:
Namhyeon Go 2024-08-23 11:44:37 +09:00
parent 5146957ea1
commit 0fa8286d08

View File

@ -35,9 +35,9 @@ artifacts:
deploy:
- provider: Webhook
url: https://app.signpath.io/API/v1/$ORGANIZATION_ID/Integrations/AppVeyor?ProjectSlug=$PROJECT_SLUG&SigningPolicySlug=$SIGNING_POLICY_SLUG&ArtifactConfigurationSlug=$ARTIFACT_CONFIGURATION_SLUG
url: https://app.signpath.io/API/v1/%ORGANIZATION_ID%/Integrations/AppVeyor?ProjectSlug=%PROJECT_SLUG%&SigningPolicySlug=%SIGNING_POLICY_SLUG%&ArtifactConfigurationSlug=%ARTIFACT_CONFIGURATION_SLUG%
authorization:
secure: $ENCRYPTED_SIGNPATH_API_TOKEN
secure: %ENCRYPTED_SIGNPATH_API_TOKEN%
notifications:
- provider: Email