Skip to content

Commit

Permalink
Fix input
Browse files Browse the repository at this point in the history
  • Loading branch information
michalchecinski authored Nov 2, 2023
1 parent 098a80a commit 8967f25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion report-deployment-status-to-slack/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ runs:
- name: Login to Azure - Prod Subscription
uses: Azure/login@92a5484dfaf04ca78a94597f4f19fea633851fa2 # v1.4.7
with:
creds: ${{ secrets.AZURE_KV_CI_SERVICE_PRINCIPAL }}
creds: ${{ inputs.AZURE_KV_CI_SERVICE_PRINCIPAL }}

- name: Retrieve slack secrets
id: retrieve-slack-secrets
Expand Down

0 comments on commit 8967f25

Please sign in to comment.