Skip to content

Commit dd58732

Browse files
committed
fix: Refactor CoCreate.config.js to remove hard-coded credentials
1 parent 20e9d42 commit dd58732

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/automated.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,10 @@ jobs:
5151
uses: actions/setup-node@v3
5252
with:
5353
node-version: 16
54-
5554
- name: update documentation
5655
uses: CoCreate-app/CoCreate-docs@master
56+
env:
57+
organization_id: ${{ secrets.COCREATE_ORGANIZATION_ID }}
58+
key: ${{ secrets.COCREATE_KEY }}
59+
host: ${{ secrets.COCREATE_HOST }}
60+

0 commit comments

Comments
 (0)