We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b9e834 commit 1a73c41Copy full SHA for 1a73c41
.github/workflows/publish.yaml
@@ -24,10 +24,10 @@ jobs:
24
25
- name: Publish
26
env:
27
- CLIENT_ID: ${{ secrets.PUBLIC_CONNECTOR_CLIENT_ID }}
28
- CLIENT_SECRET: ${{ secrets.PUBLIC_CONNECTOR_CLIENT_SECRET }}
29
- CONNECTOR_KEY: ${{ secrets.PUBLIC_CONNECTOR_CONNECTOR_KEY }}
30
- PROJECT_KEY: ${{ secrets.PUBLIC_CONNECTOR_PROJECT_KEY }}
+ CLIENT_ID: ${{ secrets.CKO_CLIENT_ID }}
+ CLIENT_SECRET: ${{ secrets.CKO_CLIENT_SECRET }}
+ CONNECTOR_KEY: ${{ secrets.CKO_CONNECTOR_KEY }}
+ PROJECT_KEY: ${{ secrets.CKO_PROJECT_KEY }}
31
run: |
32
npm install -g @commercetools/cli
33
commercetools auth login --client-credentials --client-id $CLIENT_ID --client-secret $CLIENT_SECRET --project-key $PROJECT_KEY --region europe-west1.gcp
0 commit comments