Skip to content

Commit

Permalink
Add missing lib
Browse files Browse the repository at this point in the history
  • Loading branch information
ralongit committed Sep 11, 2024
1 parent a1c7791 commit 36271a0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/upload-azure-function-zip.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,5 @@ jobs:
az storage blob upload \
--file logzio_function.zip \
--container-name eventhub \
--name "$(pwd)/logzio_function-${{ github.event.release.tag_name }}.zip" \
--name "logzio_function-${{ github.event.release.tag_name }}.zip" \
--connection-string "${{ secrets.STORAGE_ACCOUNT_KEY }}"
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,5 @@ azure-storage-blob==12.19.0

# Utilities and helpers
backoff==2.2.1
requests==2.32.3
requests==2.32.3
cryptography==43.0.1

0 comments on commit 36271a0

Please sign in to comment.