Skip to content

Commit

Permalink
fix: fixed github action bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Bobinstein committed Jul 30, 2024
1 parent a23d935 commit 89f9f26
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/arweave-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
- name: Run deployment script
env:
ARWEAVE_WALLET: ${{ secrets.DEPLOY_KEY }}
DEPLOY_KEY: ${{ secrets.DEPLOY_KEY }}
run: |
cd .github/workflows/scripts
node arweave-deploy.js

0 comments on commit 89f9f26

Please sign in to comment.