Skip to content

Commit

Permalink
fix: fix test secret keys
Browse files Browse the repository at this point in the history
  • Loading branch information
pviti committed Mar 5, 2024
1 parent a72b25d commit 60affc1
Show file tree
Hide file tree
Showing 6 changed files with 716 additions and 778 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/semantic-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ jobs:
- name: Run specs
env:
CL_CLI_ORGANIZATION: cli-test-org
CL_CLI_CLIENT_ID: SQWYt6tF8bx9uWzxGbrPxEMCEP5dCZbu93r56KRTLPY
CL_CLI_CLIENT_SECRET: DKMUFKTxqjfEc9SMNeG2FKPLqKOdMHYwz1BysAJcObw
CL_CLI_CLIENT_ID: ${{ secrets.CL_CLI_CLIENT_ID }}
CL_CLI_CLIENT_SECRET: ${{ secrets.CL_CLI_CLIENT_SECRET }}
run: pnpm test
- name: Release
env:
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,27 +103,27 @@
"@types/inquirer": "^8.2.10",
"@types/lodash": "^4.14.202",
"@types/mocha": "^10.0.6",
"@types/node": "^20.11.20",
"@types/node": "^20.11.24",
"@types/update-notifier": "^5.1.0",
"chai": "^4.4.1",
"dotenv": "^16.4.5",
"eslint": "^8.57.0",
"mocha": "^10.3.0",
"nyc": "^15.1.0",
"oclif": "^4.4.19",
"oclif": "^4.4.21",
"semantic-release": "^23.0.2",
"ts-node": "^10.9.2",
"typescript": "^5.3.3"
},
"dependencies": {
"@commercelayer/cli-core": "beta",
"@commercelayer/provisioning-sdk": "^1.0.1",
"@commercelayer/sdk": "^5.32.0",
"@oclif/core": "^3.19.7",
"@commercelayer/provisioning-sdk": "^1.0.3",
"@commercelayer/sdk": "^5.33.1",
"@oclif/core": "^3.22.0",
"@oclif/plugin-autocomplete": "^3.0.11",
"@oclif/plugin-help": "6.0.12",
"@oclif/plugin-not-found": "^3.0.12",
"@oclif/plugin-plugins": "^4.2.5",
"@oclif/plugin-not-found": "^3.0.13",
"@oclif/plugin-plugins": "^4.3.0",
"configstore": "^5.0.1",
"inquirer": "^8.2.6",
"lodash": "^4.17.21",
Expand Down
Loading

0 comments on commit 60affc1

Please sign in to comment.