Skip to content

Commit 7a2d351

Browse files
committed
chore(api): Update testnet deploy CI
1 parent 827662b commit 7a2d351

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/deploy-testnet.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,10 @@ jobs:
1212
steps:
1313
- name: Check out Git repository
1414
uses: actions/checkout@v2
15-
- uses: akhileshns/[email protected]
15+
- name: Install Heroku CLI
16+
run: |
17+
curl https://cli-assets.heroku.com/install.sh | sh
18+
- uses: akhileshns/[email protected]
1619
with:
1720
heroku_app_name: ${{ secrets.HEROKU_APP_NAME_TESTNET }}
1821
heroku_api_key: ${{ secrets.HEROKU_API_KEY }}

0 commit comments

Comments
 (0)