Skip to content

Commit

Permalink
fix: workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
frankpagan committed Jun 7, 2023
1 parent 20ac534 commit 9594513
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/automated.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,6 @@ jobs:
docs:
runs-on: ubuntu-latest
steps:
env:
organization_id: ${{ secrets.COCREATE_ORGANIZATION_ID }}
key: ${{ secrets.COCREATE_KEY }}
host: ${{ secrets.COCREATE_HOST }}
- name: Checkout
uses: actions/checkout@v3
- name: setup nodejs
Expand All @@ -57,3 +53,7 @@ jobs:
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 9594513

Please sign in to comment.