Skip to content

Commit

Permalink
fix: Refactor CoCreate.config.js to remove hard-coded credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
frankpagan committed Jun 4, 2023
1 parent 6bca68f commit 23e57f5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/automated.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

6 changes: 3 additions & 3 deletions CoCreate.config.js
Original file line number Diff line number Diff line change
@@ -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": [
{
Expand Down

0 comments on commit 23e57f5

Please sign in to comment.