Skip to content

Commit

Permalink
Minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
timja committed Aug 19, 2024
1 parent f2a0a60 commit bd6bf3d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/copy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,9 @@ jobs:
AZURE_STORAGE_ACCOUNT: asdsajkldhsahdhljkasdcc # your-storage-account-name
AZURE_CONTAINER_NAME: example
AZCOPY_AUTO_LOGIN_TYPE: AZCLI
AZCOPY_TENANT_ID: 531ff96d-0ae9-462a-8d2d-bec7c0b42082

run: |
echo $AZCOPY_TENANT_ID
azcopy copy 'hello.txt' 'https://$AZURE_STORAGE_ACCOUNT.blob.core.windows.net/$AZURE_CONTAINER_NAME/hello.txt'

0 comments on commit bd6bf3d

Please sign in to comment.