Skip to content

Commit

Permalink
masking inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
cmendible authored Jan 16, 2024
1 parent d924c4c commit 3d8ef88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
- uses: azure/appservice-settings@v1
with:
app-name: ${{ vars.APPSERVICE_NAME }}
mask-inputs: false
mask-inputs: true
slot-name: 'Production'
app-settings-json: '${{ secrets.APPSERVICE_SETTINGS }}'

Expand Down

0 comments on commit 3d8ef88

Please sign in to comment.