Skip to content

Commit

Permalink
Fix GitHub Action
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeSCahill authored Nov 5, 2024
1 parent b837c91 commit ce0804a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/get-cloud-api-spec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,9 @@ jobs:
npm install
- name: Run the script and save the output
run: node ./redpanda-docs/scripts/fetch-from-github/fetch.js redpanda-data cloudv2 proto/gen/openapi/openapi.prod.yaml ../../modules/ROOT/attachments cloud-api.yaml
run: |
cd ./redpanda-docs/scripts/fetch-from-github
node fetch.js redpanda-data cloudv2 proto/gen/openapi/openapi.prod.yaml ../../modules/ROOT/attachments cloud-api.yaml
env:
VBOT_GITHUB_API_TOKEN: ${{ env.ACTIONS_BOT_TOKEN }}
- name: Create pull request
Expand Down

0 comments on commit ce0804a

Please sign in to comment.