We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44cd7c9 commit 7deb030Copy full SHA for 7deb030
.github/workflows/CD-azure-functions.yml
@@ -24,7 +24,7 @@ jobs:
24
curl -sL https://aka.ms/InstallAzureCLIDeb | sudo bash
25
cd AutomaticClockOuts
26
npm i -g azure-functions-core-tools@core --unsafe-perm true
27
- az login -u ${{ env.AZ_USERNAME }} -p {{ env.AZ_PASSWORD }}
+ az login -u ${{ secrets.AZ_USERNAME }} -p {{ secrets.AZ_PASSWORD }}
28
npm install
29
func azure functionapp publish time-tracker-azure-functions
30
# - name: 'Run Azure Functions Action'
0 commit comments