Skip to content

Commit

Permalink
✅ test(daily-transfer.yml): test env var injection
Browse files Browse the repository at this point in the history
  • Loading branch information
M0rtzz committed Dec 29, 2024
1 parent 2a84dc4 commit e4e5e20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/daily-transfer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ jobs:
- name: Run transfer script
run: |
chmod +x ./transfer.sh
bash ./transfer.sh
CLOUD=${{ secrets.CLOUD }} bash ./transfer.sh

0 comments on commit e4e5e20

Please sign in to comment.