Skip to content

feat: SSG initial commit #1

feat: SSG initial commit

feat: SSG initial commit #1

Workflow file for this run

name: Deploy to OpenShift On PR
on:
# Trigger the workflow every time you push to the `main` branch
# Using a different branch name? Replace `main` with your branch’s name
pull_request:
branches: [ main ]
jobs:
# https://github.com/bcgov-nr/action-builder-ghcr
builds:
name: Builds
runs-on: ubuntu-22.04
strategy:
matrix:
package: [air-quality-statements]
timeout-minutes: 10
steps:
- uses: bcgov-nr/[email protected]
with:
package: ${{ matrix.package }}
tag: ${{ github.event.number }}
tag_fallback: latest
triggers: ('${{ matrix.package }}/')
# https://github.com/bcgov/quickstart-openshift-helpers
deploys:
name: Deploys
needs: [builds]
uses: bcgov/quickstart-openshift-helpers/.github/workflows/[email protected]
secrets:
oc_namespace: ${{ secrets.OC_NAMESPACE }}
oc_token: ${{ secrets.OC_TOKEN }}
oc_server: ${{ vars.OC_SERVER }}

Check failure on line 35 in .github/workflows/pr.yaml

View workflow run for this annotation

GitHub Actions / Deploy to OpenShift On PR

Invalid workflow file

The workflow is not valid. .github/workflows/pr.yaml (Line: 35, Col: 18): Invalid secret, oc_server is not defined in the referenced workflow.
with:
environment: dev