fix: use IAS3_ACCESS_KEY env var names

This commit is contained in:
2026-06-08 14:44:37 +00:00
parent d6dd6bb328
commit e4ab50ba67
+2 -2
View File
@@ -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)