Skip to content

Commit

Permalink
debuging the variable setting
Browse files Browse the repository at this point in the history
  • Loading branch information
helaili committed May 16, 2024
1 parent 64d5096 commit 2bbed91
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/deploy-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,5 +63,4 @@ jobs:
run: |
az functionapp config appsettings set --name ${{ vars.AZURE_FUNCTIONAPP_NAME }}-staging --resource-group ${{ vars.AZURE_RESOURCE_GROUP }} --settings \
"WEBHOOK_SECRET=${{ secrets.WEBHOOK_SECRET }}" \
"PRIVATE_KEY=${{ secrets.PRIVATE_KEY }}" \
"APP_ID=${{ vars.APP_ID }}"

0 comments on commit 2bbed91

Please sign in to comment.