Skip to content

Commit

Permalink
trying to fix secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
jetzlstorfer committed Dec 12, 2024
1 parent f14af90 commit 5427cbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-functions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
name: plattentests-go
- uses: azure/login@v2
with:
creds: ${{ secrets.AZURE_CREDENTIALS }}
creds: ${{ secrets.PLATTENTESTS_AZURE_CREDENTIALS }}
- name: Azure Functions Action
uses: Azure/[email protected]
with:
Expand Down

0 comments on commit 5427cbb

Please sign in to comment.