Skip to content

Commit

Permalink
fix PAT usage (#13038)
Browse files Browse the repository at this point in the history
  • Loading branch information
mirkoSekulic committed Jun 27, 2024
1 parent 081b140 commit c1e9867
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/eid-logger-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
AZURE_TENANT_ID: ${{ secrets.AZURE_TENANT_ID_FC }}
AZURE_SUBSCRIPTION_ID: ${{ secrets.AZURE_SUBSCRIPTION_ID_FC }}
ACTION_USER: ${{ secrets.ACTION_USER }}
ACTION_PASSWORD: ${{ secrets.ACTION_PAT }}
ACTION_PAT: ${{ secrets.ACTION_PAT }}
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit c1e9867

Please sign in to comment.