Skip to content

Commit

Permalink
Explicitly login with azcopy login
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexAxthelm committed Oct 1, 2024
1 parent 9b94288 commit 4e7f1e0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-push-private.yml
Original file line number Diff line number Diff line change
Expand Up @@ -478,10 +478,12 @@ jobs:
peer_group: ${{ matrix.peer_group }}
run_attempt: ${{ github.run_attempt }}
test_dir_parent: ${{ env.TEST_DIR_PARENT }}
AZCOPY_AUTO_LOGIN_TYPE: AZCLI
client_id: ${{ secrets.AZURE_CLIENT_ID }}
with:
inlineScript: |
azcopy login --identity --identity-client-id "$client_id"
az storage fs directory upload \
--source "$test_dir_parent" \
--file-system "ghactions-workflow-transition-monitor-results-full" \
Expand Down

0 comments on commit 4e7f1e0

Please sign in to comment.