keboo/Upload to Azure Storage

Upload a GitHub Actions artifact to Azure Blob Storage

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Activelast commit Apr 21, 2026
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: keboo/sa-upload@37bc26a70fe79e9e4f93c45cd7b20dbbad936d74 # v1

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
nameThe name of the artifact. Uploading with the same name will overwrite.yes
pathFile or directory path to uploadyes
storage-accountThe name of the Azure Storage accountyes
container-nameThe name of the blob container to upload the artifact toyes
run-idThe workflow run ID used to namespace the artifact. Defaults to the current run ID.no${{ github.run_id }}
create-containerWhen true, create the blob container if it does not exist. When false, fail with an error if the container is missing.notrue

no outputs