Skip to content

Commit

Permalink
foo
Browse files Browse the repository at this point in the history
  • Loading branch information
vesla0x1 committed Apr 9, 2024
1 parent 18cd307 commit 83b515e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/github-actions-demo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ jobs:
- name: Update pinned versions on Pinata
run: |
CID_TO_PIN=$(cat ${{ env.CID_TO_PIN_PATH }})
node pinata_update_pinned.js \
cid_to_pin=$(cat ${{ env.CID_TO_PIN_PATH }})
node .deploy/pinata_update_pinned.js \
${{ secrets.PINATA_API_KEY }} \
${{ vars.PINATA_PIN_NAME }} \
$CID_TO_PIN
$cid_to_pin

0 comments on commit 83b515e

Please sign in to comment.