Skip to content

Commit

Permalink
Merge pull request #8
Browse files Browse the repository at this point in the history
* fix
  • Loading branch information
warittornc authored Oct 7, 2024
1 parent d16d5b9 commit 3dfa14a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/upload_ipfs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ jobs:
with:
path: ./output
service: pinata
pinata_api_key: ${{ secrets.PINATA_API_KEY }}
pinata_secret_api_key: ${{ secrets.PINATA_SECRET_API_KEY }}
pinataKey: ${{ secrets.PINATA_API_KEY }}
pinataSecret: ${{ secrets.PINATA_SECRET_API_KEY }}

- name: Create Checksum File
run: echo $ {{ steps.upload.outputs.hash }} > checksum.txt && cat checksum.txt
Expand Down

0 comments on commit 3dfa14a

Please sign in to comment.