Image Upload #60
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Image Upload | |
| on: | |
| schedule: | |
| - cron: "0 0 * * *" | |
| jobs: | |
| upload: | |
| name: Image Upload Job | |
| runs-on: ubuntu-latest | |
| env: | |
| SAS_TOKEN: ${{ secrets.SAS_TOKEN }} | |
| steps: | |
| - name: Checkout Code | |
| uses: actions/checkout@v2 | |
| - run: pip install python-dotenv | |
| - run: python3 azure_blob_file_upload_nasa.py |