Skip to content

Commit 54b94a6

Browse files
committed
fix: Refactor CoCreate.config.js to remove hard-coded credentials
1 parent e8f1835 commit 54b94a6

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

.github/workflows/automated.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,10 @@ jobs:
9090
uses: actions/setup-node@v3
9191
with:
9292
node-version: 16
93-
9493
- name: update documentation
9594
uses: CoCreate-app/CoCreate-docs@master
95+
env:
96+
organization_id: ${{ secrets.COCREATE_ORGANIZATION_ID }}
97+
key: ${{ secrets.COCREATE_KEY }}
98+
host: ${{ secrets.COCREATE_HOST }}
99+

CoCreate.config.js

+3-3
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
"sources": [
88
{

0 commit comments

Comments
 (0)