File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
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 :
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
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
You can’t perform that action at this time.
0 commit comments