Skip to content

Commit

Permalink
Login in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexAxthelm committed Oct 2, 2024
1 parent ca4cd58 commit b6ec484
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build-push-private.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,14 @@ jobs:
echo "foo" > test_dir/test.txt
echo "bar" > test_dir/test2.txt
# https://github.com/Azure/login?tab=readme-ov-file#login-with-openid-connect-oidc-recommended
- name: Azure Login
uses: azure/login@v2
with:
client-id: ${{ secrets.AZURE_CLIENT_ID }}
tenant-id: ${{ secrets.AZURE_TENANT_ID }}
subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}

- name: Upload results to blob store using az
id: upload-directory
uses: RMI-PACTA/actions/actions/azure/azcopy-copy@azcopy-actions
Expand Down

0 comments on commit b6ec484

Please sign in to comment.