Skip to content

build(prefix): add prefix to api routes #683

build(prefix): add prefix to api routes

build(prefix): add prefix to api routes #683

Workflow file for this run

name: CI for pr
on:
pull_request:
types: [opened, reopened, synchronize]
workflow_dispatch:
jobs:
tag-pr:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Tag PR
uses: release-drafter/release-drafter@v5
with:
name: PR ${{ github.ref }}
prerelease: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
build-and-test:
uses: ./.github/workflows/test-on-kube.yml
needs: tag-pr
secrets:
API_OVH_TOKEN: ${{ secrets.API_OVH_TOKEN }}
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
X_OVH_TOKEN: ${{ secrets.PREPROD_OVH_TOKEN }}