Skip to content

Commit 618a1cc

Browse files
committed
feat: Update automated.yml for CoCreate-docs with new environment variables
- Added `organization_id`, `key` and `host` environment variables in the `update documentation` step for CoCreate-docs in automated.yml to ensure it can access resources with valid authentication credentials.
1 parent 8b3cb2b commit 618a1cc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/automated.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -88,10 +88,6 @@ jobs:
8888
docs:
8989
runs-on: ubuntu-latest
9090
steps:
91-
env:
92-
organization_id: ${{ secrets.COCREATE_ORGANIZATION_ID }}
93-
key: ${{ secrets.COCREATE_KEY }}
94-
host: ${{ secrets.COCREATE_HOST }}
9591
- name: Checkout
9692
uses: actions/checkout@v3
9793
- name: setup nodejs
@@ -100,3 +96,7 @@ jobs:
10096
node-version: 16
10197
- name: update documentation
10298
uses: CoCreate-app/CoCreate-docs@master
99+
env:
100+
organization_id: ${{ secrets.COCREATE_ORGANIZATION_ID }}
101+
key: ${{ secrets.COCREATE_KEY }}
102+
host: ${{ secrets.COCREATE_HOST }}

0 commit comments

Comments
 (0)