Skip to content

Commit 3c9a0c5

Browse files
committed
fix: remove un and pwd from aca job deployment
1 parent 3fcbd2f commit 3c9a0c5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/deploy-runners-standalone-container-apps.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -187,8 +187,6 @@ jobs:
187187
--replica-retry-limit 1 \
188188
--replica-completion-count 1 \
189189
--parallelism 1 \
190-
--registry-username ${{ needs.create-container-apps-environment.outputs.acrName }} \
191-
--registry-password ${{ secrets.ACR_PWD }} \
192190
--image "${{ needs.create-container-apps-environment.outputs.acrName }}.azurecr.io/core:2.0" \
193191
--min-executions 0 \
194192
--max-executions 10 \

0 commit comments

Comments
 (0)