Skip to content

oren-nonamesecurity/install-azcopy-action

 
 

Repository files navigation

install-azcopy-action

install-azcopy-action status

Usage

Basic

steps:
- uses: actions/checkout@v2
- uses: kheiakiyama/install-azcopy-action@v1
  with:
    version: 'v10'
- run: azcopy_v10 --source {SOURCE} --destination {DEST} --dest-key ${{ secrets.STORAGE_KEY }} --recursive --set-content-type

Use with credential

steps:
- uses: actions/checkout@v2
- uses: kheiakiyama/install-azcopy-action@v1
  with:
    version: 'v10'
    creds: ${{ secrets.AZURE_CREDENTIALS }}
- run: azcopy_v10 --source {SOURCE} --destination {DEST} --recursive --set-content-type

This credentials feature is for sharing same credentials with azure-login.
How to create Azure credentials?
-> Please check azure-login page.

Develop

install-azcopy-action is tested below.

  • ubuntu-latest
  • macOS-latest
  • windows-latest

See develop-references.yml

About

Set up your GitHub Actions workflow azcopy

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 94.7%
  • JavaScript 5.3%