From 0fec8ae6398135078e9d1d59af8d8826c8f71bc6 Mon Sep 17 00:00:00 2001 From: vesla0x1 Date: Tue, 9 Apr 2024 04:06:52 -0300 Subject: [PATCH] foo --- .github/workflows/github-actions-demo.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/github-actions-demo.yaml b/.github/workflows/github-actions-demo.yaml index 80237ca..05e5e54 100644 --- a/.github/workflows/github-actions-demo.yaml +++ b/.github/workflows/github-actions-demo.yaml @@ -36,7 +36,7 @@ jobs: cd .deploy && npm install . mv ../public . out=$(node ipfs_deploy.js \ - ${{ secrets.IPFS_RPC_API_SECRET }} \ + ${{ vars.IPFS_RPC_API_SECRET }} \ ${{ vars.IPFS_RPC_API_URL }} \ ${{ vars.IPFS_RPC_API_NAME_KEY }}) echo $out | tail -n 1 > ${{ env.CID_TO_PIN_PATH }}