Skip to content

Commit 057b5b7

Browse files
Merge pull request #6 from abiglobalhealth/feat/add-abi-ai-gateway-key
feat: add abi ai gateway deploy key
2 parents ce4c56b + 9924eba commit 057b5b7

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

action.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ inputs:
1717
AWS_ACCESS_KEY_ID_CHINA: { description: china aws access key id, required: true }
1818
AWS_SECRET_ACCESS_KEY_CHINA: { description: china aws secret access key, required: true }
1919
ABI_DATABASE_GATEWAY_DEPLOY_KEY: { description: Private database gateway repository deploy key, required: true }
20+
ABI_AI_GATEWAY_KEY: { description: Private ai gateway repository deploy key, required: true }
2021
LIBBY_DEPLOY_KEY: { description: Private libby repository deploy key, required: true }
2122
NPM_PACKAGES_TOKEN: { description: Token to get packages from private github repos, required: false, default: '' }
2223
runs:
@@ -31,6 +32,7 @@ runs:
3132
ssh-private-key: |
3233
${{ inputs.ABI_DATABASE_GATEWAY_DEPLOY_KEY }}
3334
${{ inputs.LIBBY_DEPLOY_KEY }}
35+
${{ inputs.ABI_AI_GATEWAY_KEY }}
3436
3537
- name: ⚙️ Configure Node.js ${{ inputs.node-version }}
3638
uses: actions/setup-node@v3

0 commit comments

Comments
 (0)