Skip to content

Commit

Permalink
ci(github actions): fix another typo in deploy ceramic testnode workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
shavinac committed May 25, 2022
1 parent 1b53645 commit e473e11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-ceramic-testnet-node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- run: |
npm install
pulumi stack select -c gitcoin/ceramic/testnet-node
pulumi config -s gitcoin/dpopp/testnet-node set aws:region us-east-1 --non-interactive
pulumi config -s gitcoin/ceramic/testnet-node set aws:region us-east-1 --non-interactive
working-directory: infra/ceramic-testnet
env:
PULUMI_ACCESS_TOKEN: ${{ secrets.PULUMI_ACCESS_TOKEN }}
Expand Down

0 comments on commit e473e11

Please sign in to comment.