File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- name : Request certification
1+ name : Request publishing of a connector
22
33on :
44 push :
1111
1212jobs :
1313 certify :
14- name : Certify connector
14+ name : Publish connector
1515 runs-on : ubuntu-latest
1616 steps :
1717 - name : Checkout
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 }}
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
You can’t perform that action at this time.
0 commit comments