Skip to content

Commit ed50437

Browse files
committed
fix: Refactor CoCreate.config.js to remove hard-coded credentials
1 parent cd08908 commit ed50437

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
@@ -50,6 +50,10 @@ jobs:
5050
uses: actions/setup-node@v3
5151
with:
5252
node-version: 16
53-
5453
- name: update documentation
5554
uses: CoCreate-app/CoCreate-docs@master
55+
env:
56+
organization_id: ${{ secrets.COCREATE_ORGANIZATION_ID }}
57+
key: ${{ secrets.COCREATE_KEY }}
58+
host: ${{ secrets.COCREATE_HOST }}
59+

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)