Skip to content

Commit

Permalink
add deploy key
Browse files Browse the repository at this point in the history
  • Loading branch information
dphuang2 committed Mar 10, 2024
1 parent c389e75 commit a182147
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/check-status-of-apis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ jobs:
node-version: ${{ matrix.node_version }}
cache: yarn
cache-dependency-path: sdks/yarn.lock
- name: Set up SSH key for submodule access
uses: webfactory/[email protected]
with:
ssh-private-key: ${{ secrets.OPENAPI_EXAMPLES_SUBMODULE_DEPLOY_KEY }}
- run: yarn install --network-timeout 600000
- run: yarn check-status-of-apis
- name: Commit and push changes
Expand Down

0 comments on commit a182147

Please sign in to comment.