Skip to content

Commit b4aadf1

Browse files
author
Tomasz Szymański
committed
update github workflow environment variable names
1 parent d8bd2e0 commit b4aadf1

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

.github/workflows/package.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,11 @@ jobs:
1515
runs-on: ubuntu-latest
1616
env:
1717
PYTHONPATH: ./storages
18-
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
19-
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
20-
AWS_S3_BUCKET_NAME: ${{ secrets.AWS_S3_BUCKET_NAME }}
18+
STORAGES_AWS_ACCESS_KEY_ID: ${{ secrets.STORAGES_AWS_ACCESS_KEY_ID }}
19+
STORAGES_AWS_SECRET_ACCESS_KEY: ${{ secrets.STORAGES_AWS_SECRET_ACCESS_KEY }}
20+
STORAGES_BUCKET_NAME: ${{ secrets.STORAGES_BUCKET_NAME }}
21+
STORAGES_PATH: ${{ secrets.STORAGES_PATH }}
22+
STORAGES_BACKEND: ${{ secrets.STORAGES_BACKEND }}
2123
strategy:
2224
matrix:
2325
python-version: [3.6, 3.7, 3.8, 3.9]

0 commit comments

Comments
 (0)