Skip to content

RMET-3754 :: bump capacitor version #120

RMET-3754 :: bump capacitor version

RMET-3754 :: bump capacitor version #120

Workflow file for this run

name: "Basic Tests"
on:
pull_request:
types:
- 'synchronize'
- 'opened'
jobs:
setup:
uses: ./.github/workflows/reusable_setup.yml

Check failure on line 11 in .github/workflows/basic-tests.yml

View workflow run for this annotation

GitHub Actions / Basic Tests

Invalid workflow file

The workflow is not valid. .github/workflows/basic-tests.yml (Line: 11, Col: 11): Secret THE_GH_RELEASE_TOKEN is required, but not provided while calling. .github/workflows/basic-tests.yml (Line: 13, Col: 29): Invalid secret, CAP_GH_RELEASE_TOKEN is not defined in the referenced workflow.
secrets:
CAP_GH_RELEASE_TOKEN: ${{ secrets.CAP_GH_RELEASE_TOKEN }}
lint-test:
needs: 'setup'
uses: ./.github/workflows/reusable_lint.yml
secrets:
CAP_GH_RELEASE_TOKEN: ${{ secrets.CAP_GH_RELEASE_TOKEN }}
build-packages:
needs: 'setup'
uses: ./.github/workflows/reusable_build.yml
secrets:
CAP_GH_RELEASE_TOKEN: ${{ secrets.CAP_GH_RELEASE_TOKEN }}