Browse Source

Change key name to standard

Anuj Bansal 3 years ago
parent
commit
a5093c9fe3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/create-ami.yml

+ 1 - 1
.github/workflows/create-ami.yml

@@ -13,7 +13,7 @@ jobs:
     runs-on: ubuntu-latest
     env:
       STACK_NAME: joystream-github-action-${{ github.run_number }}
-      KEY_NAME: anuj-key
+      KEY_NAME: joystream-github-action-key
     steps:
     - name: Extract branch name
       shell: bash