Skip to content

Commit

Permalink
Revert "Merge pull request #66 from Telefonica/fayra-add-link"
Browse files Browse the repository at this point in the history
This reverts commit 4ec88e5, reversing
changes made to cc64c8b.
  • Loading branch information
diegotid committed Jan 15, 2025
1 parent f3682b8 commit 7a96b61
Show file tree
Hide file tree
Showing 2 changed files with 79 additions and 0 deletions.
74 changes: 74 additions & 0 deletions .github/workflows/rdme-guides-openapi.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,74 @@
# This GitHub Actions workflow was auto-generated by the `rdme` cli on 2024-08-26T13:40:44.694Z
# You can view our full documentation here: https://docs.readme.com/docs/rdme
name: ReadMe GitHub Action 🦉

on:
push:
branches:
# This workflow will run every time you push code to the following branch: `main`
# Check out GitHub's docs for more info on configuring this:
# https://docs.github.com/actions/using-workflows/events-that-trigger-workflows
- main

jobs:
rdme-guides:
runs-on: ubuntu-latest
steps:
- name: Check out repo 📚
uses: actions/checkout@v3

- name: Run `guides` command 🚀
uses: readmeio/rdme@v8
with:
rdme: guides . --key=${{ secrets.README_API_KEY }} --version=1.0

rdme-openapi:
runs-on: ubuntu-latest
steps:
- name: Check out repo 📚
uses: actions/checkout@v3

- name: Run `openapi` command 🚀
uses: readmeio/rdme@v8
with:
rdme: openapi callflows/authorization/authorization_openapi.yaml --key=${{ secrets.README_API_KEY }} --id=66da35ace41d6c004c486743

- name: Run `openapi` command 🚀
uses: readmeio/rdme@v8
with:
rdme: openapi catalog/simswap/simswap_openapi.yaml --key=${{ secrets.README_API_KEY }} --id=66d6d367c3032f006ebc2534

- name: Run `openapi` command 🚀
uses: readmeio/rdme@v8
with:
rdme: openapi catalog/numberverification/numberverification_openapi.yaml --key=${{ secrets.README_API_KEY }} --id=66d6da62784552006304adcb

- name: Run `openapi` command 🚀
uses: readmeio/rdme@v8
with:
rdme: openapi catalog/devicelocation/devicelocation_openapi.yaml --key=${{ secrets.README_API_KEY }} --id=66d74d863ccce000124211e8

- name: Run `openapi` command 🚀
uses: readmeio/rdme@v8
with:
rdme: openapi catalog/devicestatus/devicestatus_openapi.yaml --key=${{ secrets.README_API_KEY }} --id=66d7828a08fb2000497d3cfd

- name: Run `openapi` command 🚀
uses: readmeio/rdme@v8
with:
rdme: openapi catalog/qod/qod_openapi.yaml --key=${{ secrets.README_API_KEY }} --id=67129c6a5647e60059b6e34f

- name: Run `openapi` command 🚀
uses: readmeio/rdme@v8
with:
rdme: openapi catalog/knowyourcustomer/kyc_match_openapi.yaml --key=${{ secrets.README_API_KEY }} --id=67129ca600431a0019dddf96

- name: Run `openapi` command 🚀
uses: readmeio/rdme@v8
with:
rdme: openapi catalog/deviceswap/deviceswap_openapi.yaml --key=${{ secrets.README_API_KEY }} --id=6746056170f5f7001f8ac2b4

- name: Run `openapi` command 🚀
uses: readmeio/rdme@v8
with:
rdme: openapi catalog/homedevicesqod/homedevices_qod_openapi.yaml --key=${{ secrets.README_API_KEY }} --id=674f4ea88f080d003d0f97ee
5 changes: 5 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"cSpell.words": [
"openapi"
]
}

0 comments on commit 7a96b61

Please sign in to comment.