fix: use IAS3_ACCESS_KEY env var names
This commit is contained in:
@@ -50,8 +50,8 @@ jobs:
|
|||||||
- name: Upload to Internet Archive
|
- name: Upload to Internet Archive
|
||||||
if: github.ref == 'refs/heads/master'
|
if: github.ref == 'refs/heads/master'
|
||||||
env:
|
env:
|
||||||
IA_ACCESS_KEY: ${{ secrets.IA_ACCESS_KEY }}
|
IAS3_ACCESS_KEY: ${{ secrets.IA_ACCESS_KEY }}
|
||||||
IA_SECRET_KEY: ${{ secrets.IA_SECRET_KEY }}
|
IAS3_SECRET_KEY: ${{ secrets.IA_SECRET_KEY }}
|
||||||
run: |
|
run: |
|
||||||
pip install --break-system-packages internetarchive
|
pip install --break-system-packages internetarchive
|
||||||
ISO=$(ls out/*.iso | head -1)
|
ISO=$(ls out/*.iso | head -1)
|
||||||
|
|||||||
Reference in New Issue
Block a user