Skip to content

Commit 72e7bb9

Browse files
JakeSCahillFeediver1
authored andcommitted
Fix acceptance tests fetcher (#1366)
Co-authored-by: Joyce Fee <102751339+Feediver1@users.noreply.github.com>
1 parent 0748ff1 commit 72e7bb9

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/fetch-acceptance-tests.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ jobs:
99
runs-on: ubuntu-24.04
1010
permissions:
1111
id-token: write
12-
contents: read
12+
contents: write
13+
pull-requests: write
1314
steps:
1415
- name: configure aws credentials
1516
uses: aws-actions/configure-aws-credentials@v4
@@ -27,7 +28,6 @@ jobs:
2728
with:
2829
ref: main
2930
token: ${{ env.ACTIONS_BOT_TOKEN }}
30-
path: redpanda-docs
3131
- name: Set up Node.js
3232
uses: actions/setup-node@v4
3333
with:
@@ -36,7 +36,7 @@ jobs:
3636
run: |
3737
npm install
3838
- name: Run the script and save the output
39-
run: npx doc-tools fetch -o redpanda-data -r redpanda-operator -p acceptance/features -d ../../modules/manage/examples/kubernetes
39+
run: npx doc-tools fetch -o redpanda-data -r redpanda-operator -p acceptance/features -d modules/manage/examples/kubernetes
4040
env:
4141
VBOT_GITHUB_API_TOKEN: ${{ env.ACTIONS_BOT_TOKEN }}
4242
- name: Create pull request
@@ -48,4 +48,3 @@ jobs:
4848
title: "auto-docs: Update K8s acceptance tests"
4949
body: "This PR auto-updates the acceptance tests we use as examples in our Kubernetes docs."
5050
labels: auto-docs
51-
path: redpanda-docs

0 commit comments

Comments
 (0)