fix env variables
Docker / build (push) Failing after 6m36s

This commit is contained in:
2025-12-15 23:38:38 -08:00
parent a4bcb1d5d1
commit 0185d96095
+1 -1
View File
@@ -44,7 +44,7 @@ jobs:
- run: npm run deploy
env:
CLOUDFLARE_API_KEY: ${{ secrets.CLOUDFLARE_API_KEY }}
CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }}
- run: npm pack
- run: mv twitch-cloud-ebs*tgz twitch-cloud-ebs.tgz
- run: git log $(git describe --tags --abbrev=0 HEAD~1)..HEAD --oneline > changelog.txt