From 0fa8286d087dbecd297068842c033cd8b3ef5bed Mon Sep 17 00:00:00 2001 From: "Namhyeon, Go" Date: Fri, 23 Aug 2024 11:44:37 +0900 Subject: [PATCH] Update .appveyor.yml --- .appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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