We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd08908 commit ed50437Copy full SHA for ed50437
.github/workflows/automated.yml
@@ -50,6 +50,10 @@ jobs:
50
uses: actions/setup-node@v3
51
with:
52
node-version: 16
53
-
54
- name: update documentation
55
uses: CoCreate-app/CoCreate-docs@master
+ env:
56
+ organization_id: ${{ secrets.COCREATE_ORGANIZATION_ID }}
57
+ key: ${{ secrets.COCREATE_KEY }}
58
+ host: ${{ secrets.COCREATE_HOST }}
59
+
CoCreate.config.js
@@ -1,8 +1,8 @@
1
module.exports = {
2
"config": {
3
- "organization_id": "5ff747727005da1c272740ab",
4
- "key": "2061acef-0451-4545-f754-60cf8160",
5
- "host": "general.cocreate.app"
+ "organization_id": "",
+ "key": "",
+ "host": ""
6
},
7
"sources": [
8
{
0 commit comments