Skip to content

Commit dead045

Browse files
committed
vars
1 parent 4ab3e6a commit dead045

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/AHK.GitHub.Monitor-deploy.template.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ jobs:
2828
uses: Azure/functions-action@v1
2929
id: fa
3030
with:
31-
app-name: ${{ env.AHK_GitHub_Monitor_App_Name }}
32-
publish-profile: ${{ secrets.AHK_GitHub_Monitor_PUBLISH_PROFILE }}
31+
app-name: ${{ vars.AHK_GITHUB_MONITOR_APP_NAME }}
32+
publish-profile: ${{ secrets.AHK_GITHUB_MONITOR_PUBLISH_PROFILE }}
3333
package: './${{ inputs.artifactName }}/Ahk.GitHub.Monitor'

.github/workflows/AHK.GradeManagement-deploy.template.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ jobs:
2929
- name: 'Run Azure webapp deploy action using publish profile credentials'
3030
uses: azure/webapps-deploy@v3
3131
with:
32-
app-name: ${{ env.AHK_GradeManagement_App_Name }} # Replace with your app name
32+
app-name: ${{ vars.AHK_GradeManagement_App_Name }} # Replace with your app name
3333
publish-profile: ${{ secrets.AHK_GradeManagement_PUBLISH_PROFILE }} # Define secret variable in repository settings as per action documentation
3434
package: './buildArtifact/Ahk.GradeManagement.Api'

.github/workflows/AHK.GradeManagement.QueueFunction-deploy.template.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ jobs:
2828
uses: Azure/functions-action@v1
2929
id: fa
3030
with:
31-
app-name: ${{ env.AHK_GradeManagement_QueueFunction_App_Name }}
32-
publish-profile: ${{ secrets.AHK_GradeManagement_QueueFunction_Publish_Profile }}
31+
app-name: ${{ vars.AHK_GRADEMANAGEMENT_QUEUEFUNCTION_APP_NAME }}
32+
publish-profile: ${{ secrets.AHK_GRADEMANAGEMENT_QUEUEFUNCTION_PUBLISH_PROFILE }}
3333
package: './${{ inputs.artifactName }}/Ahk.GradeManagement.QueueFunction'

0 commit comments

Comments
 (0)