File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff 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 }}" \
You can’t perform that action at this time.
0 commit comments