Skip to content

Commit 0b9e834

Browse files
feat: change to publish connector
1 parent 2279cad commit 0b9e834

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Request certification
1+
name: Request publishing of a connector
22

33
on:
44
push:
@@ -11,7 +11,7 @@ on:
1111

1212
jobs:
1313
certify:
14-
name: Certify connector
14+
name: Publish connector
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: Checkout
@@ -22,7 +22,7 @@ jobs:
2222
with:
2323
node-version: '20.x'
2424

25-
- name: Certify
25+
- name: Publish
2626
env:
2727
CLIENT_ID: ${{ secrets.PUBLIC_CONNECTOR_CLIENT_ID }}
2828
CLIENT_SECRET: ${{ secrets.PUBLIC_CONNECTOR_CLIENT_SECRET }}
@@ -32,5 +32,5 @@ jobs:
3232
npm install -g @commercetools/cli
3333
commercetools auth login --client-credentials --client-id $CLIENT_ID --client-secret $CLIENT_SECRET --project-key $PROJECT_KEY --region europe-west1.gcp
3434
commercetools connect connectorstaged update --key $CONNECTOR_KEY --repository-tag $GITHUB_REF_NAME
35-
commercetools connect connectorstaged certify --key $CONNECTOR_KEY
35+
commercetools connect connectorstaged publish --key $CONNECTOR_KEY
3636

0 commit comments

Comments
 (0)