Skip to content

Commit 8932c4d

Browse files
committed
fix: Refactor CoCreate.config.js to remove hard-coded credentials
1 parent 7023db2 commit 8932c4d

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

.github/workflows/automated.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,10 @@ jobs:
100100
uses: actions/setup-node@v3
101101
with:
102102
node-version: 16
103-
104103
- name: update documentation
105104
uses: CoCreate-app/CoCreate-docs@master
105+
env:
106+
organization_id: ${{ secrets.COCREATE_ORGANIZATION_ID }}
107+
key: ${{ secrets.COCREATE_KEY }}
108+
host: ${{ secrets.COCREATE_HOST }}
109+

CoCreate.config.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
module.exports = {
22
"config": {
3-
"organization_id": "5ff747727005da1c272740ab",
4-
"key": "2061acef-0451-4545-f754-60cf8160",
5-
"host": "general.cocreate.app"
3+
"organization_id": "",
4+
"key": "",
5+
"host": ""
66
},
77
"directories": [
88
{

0 commit comments

Comments
 (0)