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 4974905 commit d580478
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/automated.yml
Expand Up @@ -51,6 +51,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 }}

0 comments on commit d580478

Please sign in to comment.