@@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
env:
STACK_NAME: create-joystream-node-ami-ga-${{ github.run_number }}
- KEY_NAME: joystream-github-action-key
+ KEY_NAME: joystream-github-action-key-new
steps:
- name: Extract branch name
shell: bash
@@ -14,7 +14,7 @@ on:
keyName:
description: 'SSH key pair on AWS'
required: false
- default: 'joystream-github-action-key'
+ default: 'joystream-github-action-key-new'
instanceType:
description: 'AWS EC2 instance type (t2.micro, t2.large)'
@@ -4,7 +4,7 @@ on: push
REPOSITORY: joystream/node
jobs:
push-amd64:
@@ -9,7 +9,7 @@
},
"keyName": {
"description": "SSH key pair on AWS",
- "value": "joystream-github-action-key"
+ "value": "joystream-github-action-key-new"
"numberOfValidators": {
"description": "Number of validators to deploy",