Skip to content

Commit e67e998

Browse files
update keys
1 parent 50f2a90 commit e67e998

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci-cd.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,11 @@ jobs:
4949
--name ${{ env.AZURE_WEBAPP_NAME }} \
5050
--resource-group ${{ secrets.AZURE_RESOURCE_GROUP }} \
5151
--settings \
52-
"DocuSign__IntegrationKey=${{ secrets.DOCUSIGN_INTEGRATION_KEY }}" \
53-
"DocuSign__SecretKey=${{ secrets.DOCUSIGN_SECRET_KEY }}" \
54-
"DocuSign__SecretKeyProd=${{ secrets.DOCUSIGN_SECRET_KEY_PROD }}" \
55-
"DocuSign__RedirectBaseUrl=${{ secrets.DOCUSIGN_REDIRECT_BASE_URL }}" \
56-
"DocuSign__EventNotificationBaseUrl=${{ secrets.DOCUSIGN_EVENT_NOTIFICATION_BASE_URL }}" \
52+
"DocuSign__IntegrationKey=${{ secrets.DOCUSIGN_INTEGRATIONKEY }}" \
53+
"DocuSign__SecretKey=${{ secrets.DOCUSIGN_SECRETKEY }}" \
54+
"DocuSign__SecretKeyProd=${{ secrets.DOCUSIGN_SECRETKEYPROD }}" \
55+
"DocuSign__RedirectBaseUrl=${{ secrets.DOCUSIGN_REDIRECTBASEURL }}" \
56+
"DocuSign__EventNotificationBaseUrl=${{ secrets.DOCUSIGN_EVENTNOTIFICATIONBASEURL }}" \
5757
"DocuSign__TestAccountConnectionSettings__UserId=${{ secrets.DOCUSIGN_TESTACCOUNTCONNECTIONSETTINGS_USERID }}" \
5858
"DocuSign__TestAccountConnectionSettings__AccountId=${{ secrets.DOCUSIGN_TESTACCOUNTCONNECTIONSETTINGS_ACCOUNTID }}" \
5959
"CustomerProfile__Login=${{ secrets.CUSTOMERPROFILE_LOGIN }}" \

0 commit comments

Comments
 (0)