Skip to content

test review app

test review app #1

Workflow file for this run

name: "Continuous Deployment"
on:
pull_request:
jobs:
get-pr-number:
runs-on: ubuntu-latest
steps:
- name: Get PR Number
run: echo "PR Number is ${{ github.event.number }}"
validation:
uses: ./.github/workflows/fullcheck.yml
deploy-feature-branch:
uses: ./.github/workflows/deploy-to-scalingo-review-app.yml

Check failure on line 17 in .github/workflows/feature-branch.yml

View workflow run for this annotation

GitHub Actions / Continuous Deployment

Invalid workflow file

The workflow is not valid. .github/workflows/feature-branch.yml (Line: 17, Col: 11): Secret SCALINGO_API_TOKEN is required, but not provided while calling.
needs: validation
with:
pull_request_id: ${{ github.event.number }}