diff --git a/.appveyor.yml b/.appveyor.yml index 9c78cf9..de16a71 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -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