From a96f369e94d031dd78f5724ddb143a142601e122 Mon Sep 17 00:00:00 2001 From: frankpagan Date: Sun, 4 Jun 2023 06:11:02 -0600 Subject: [PATCH 1/2] fix: Refactor CoCreate.config.js to remove hard-coded credentials --- .github/workflows/automated.yml | 6 +++++- CoCreate.config.js | 6 +++--- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.github/workflows/automated.yml b/.github/workflows/automated.yml index fd76a06..92a124f 100644 --- a/.github/workflows/automated.yml +++ b/.github/workflows/automated.yml @@ -90,6 +90,10 @@ jobs: uses: actions/setup-node@v3 with: node-version: 16 - - name: update documentation uses: CoCreate-app/CoCreate-docs@master + env: + organization_id: ${{ secrets.COCREATE_ORGANIZATION_ID }} + key: ${{ secrets.COCREATE_KEY }} + host: ${{ secrets.COCREATE_HOST }} + diff --git a/CoCreate.config.js b/CoCreate.config.js index f2e270c..6622678 100644 --- a/CoCreate.config.js +++ b/CoCreate.config.js @@ -1,8 +1,8 @@ module.exports = { "config": { - "organization_id": "5ff747727005da1c272740ab", - "key": "2061acef-0451-4545-f754-60cf8160", - "host": "general.cocreate.app" + "organization_id": "", + "key": "", + "host": "" }, "sources": [ { From ba2fd8975fe9871c6fbd12a921029e96fb76acab Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 4 Jun 2023 12:18:52 +0000 Subject: [PATCH 2/2] chore(release): 1.7.15 [skip ci] ## [1.7.15](https://github.com/CoCreate-app/CoCreate-css-parser/compare/v1.7.14...v1.7.15) (2023-06-04) ### Bug Fixes * Refactor CoCreate.config.js to remove hard-coded credentials ([a96f369](https://github.com/CoCreate-app/CoCreate-css-parser/commit/a96f369e94d031dd78f5724ddb143a142601e122)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f77c636..c511d36 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.7.15](https://github.com/CoCreate-app/CoCreate-css-parser/compare/v1.7.14...v1.7.15) (2023-06-04) + + +### Bug Fixes + +* Refactor CoCreate.config.js to remove hard-coded credentials ([a96f369](https://github.com/CoCreate-app/CoCreate-css-parser/commit/a96f369e94d031dd78f5724ddb143a142601e122)) + ## [1.7.14](https://github.com/CoCreate-app/CoCreate-css-parser/compare/v1.7.13...v1.7.14) (2023-06-04) diff --git a/package.json b/package.json index 1f83aea..c4e29e2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cocreate/css-parser", - "version": "1.7.14", + "version": "1.7.15", "description": "A simple css-parser component in vanilla javascript. Easily configured using HTML5 data-attributes and/or JavaScript API.", "keywords": [ "css-parser",