OneDrive File Downloader
ActionsTags
(2)This action downloads a file from OneDrive and outputs its file name.
Required The Azure Client ID.
Required The Azure Client Secret.
Required The Azure Tenant ID.
Required The OneDrive shareable link for the file to be downloaded.
The name of the downloaded file.
uses: DevOpsVisions/onedrive-downloader-action@v1
with:
azure_client_id: ${{ secrets.AZURE_CLIENT_ID }}
azure_client_secret: ${{ secrets.AZURE_CLIENT_SECRET }}
azure_tenant_id: ${{ secrets.AZURE_TENANT_ID }}
onedrive_link: ${{ secrets.ONEDRIVE_LINK }}
OneDrive File Downloader is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.