Skip to content

Commit

Permalink
Update sdks.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jenschude authored Oct 27, 2023
1 parent 22304cb commit 8263a68
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/sdks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,16 @@ jobs:
include:
- language: java
repository: 'commercetools/commercetools-sdk-java-v2'
sshKey: ${{ secrets.JAVA_SDK_DEPLOY_KEY }}
sshKey: JAVA_SDK_DEPLOY_KEY
- language: csharp
repository: 'commercetools/commercetools-dotnet-core-sdk-v2'
sshKey: ${{ secrets.CSHARP_SDK_DEPLOY_KEY }}
sshKey: CSHARP_SDK_DEPLOY_KEY
- language: typescript
repository: 'commercetools/commercetools-sdk-typescript'
sshKey: ${{ secrets.TS_SDK_DEPLOY_KEY }}
sshKey: TS_SDK_DEPLOY_KEY
- language: php
repository: 'commercetools/commercetools-sdk-php-v2'
sshKey: ${{ secrets.SDK_DEPLOY_KEY }}
sshKey: SDK_DEPLOY_KEY
# - language: postman
# repository: 'commercetools/commercetools-postman-collection'
# sshKey: ${{ secrets.POSTMAN_DEPLOY_KEY }}
Expand All @@ -46,4 +46,4 @@ jobs:
with:
repository: ${{ matrix.repository }}
path: commercetools-sdk
ssh-key: ${{ matrix.sshKey }}
ssh-key: ${{ secrets[matrix.sshKey] }}

0 comments on commit 8263a68

Please sign in to comment.