Browse Source

chore(action): update version

Signed-off-by: Pranav C <pranavxc@gmail.com>
pull/843/head
Pranav C 3 years ago
parent
commit
f7c82fa96c
  1. 4
      .github/workflows/publish-docs.yml
  2. 1
      packages/noco-docs/content/en/developer-resources/api-tokens.md

4
.github/workflows/publish-docs.yml

@ -19,7 +19,7 @@ jobs:
echo "CHANGED=$([[ $(lerna ls --since ${{github.event.before}} | grep noco-docs) = noco-docs ]] && echo 'OK')" >> $GITHUB_ENV echo "CHANGED=$([[ $(lerna ls --since ${{github.event.before}} | grep noco-docs) = noco-docs ]] && echo 'OK')" >> $GITHUB_ENV
- uses: actions/setup-node@v2 - uses: actions/setup-node@v2
if: ${{ env.CHANGED == 'OK' }} if: ${{ env.CHANGED == 'OK' || github.event_name == 'release' }}
with: with:
node-version: 14 node-version: 14
- name: Build docs - name: Build docs
@ -32,7 +32,7 @@ jobs:
- name: Pushes generated output - name: Pushes generated output
if: ${{ env.CHANGED == 'OK' || github.event_name == 'release' }} if: ${{ env.CHANGED == 'OK' || github.event_name == 'release' }}
uses: dmnemec/copy_file_to_another_repo_action@3fe42250d47e0764da9de9939b151b09a26e5857 uses: dmnemec/copy_file_to_another_repo_action@main
env: env:
API_TOKEN_GITHUB: ${{ secrets.GH_TOKEN }} API_TOKEN_GITHUB: ${{ secrets.GH_TOKEN }}
with: with:

1
packages/noco-docs/content/en/developer-resources/api-tokens.md

@ -11,6 +11,7 @@ menuTitle: 'API Tokens'
NocoDB allows creating API tokens which allow it to be integrated seamlessly with 3rd party apps. NocoDB allows creating API tokens which allow it to be integrated seamlessly with 3rd party apps.
### Creating API tokens ### Creating API tokens
![1](https://user-images.githubusercontent.com/5435402/133734223-49bb1567-6cd2-43e5-bdda-aaccda741070.png) ![1](https://user-images.githubusercontent.com/5435402/133734223-49bb1567-6cd2-43e5-bdda-aaccda741070.png)
![2](https://user-images.githubusercontent.com/5435402/133734234-5ca542b1-5843-46f7-b97b-9e686c6bf7ac.png) ![2](https://user-images.githubusercontent.com/5435402/133734234-5ca542b1-5843-46f7-b97b-9e686c6bf7ac.png)
![3](https://user-images.githubusercontent.com/5435402/133734238-33d5bdd0-5c97-4dbe-8e49-744193c3ac20.png) ![3](https://user-images.githubusercontent.com/5435402/133734238-33d5bdd0-5c97-4dbe-8e49-744193c3ac20.png)

Loading…
Cancel
Save