Skip to content

Fix addon configuration #3052

Fix addon configuration

Fix addon configuration #3052

name: hubs
on:
push:
branches:
paths-ignore: ["README.md"]
workflow_dispatch:
inputs:
smokeroom-choice:
type: choice
description: Select smoke instance
options:
- "smoke01"
- "smoke02"
- "smoke03"
- "smoke04"
- "smoke05"
jobs:
turkeyGitops:
uses: mozilla/hubs-ops/.github/workflows/turkeyGitops.yml@master

Check failure on line 19 in .github/workflows/hubs-RetPageOrigin.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/hubs-RetPageOrigin.yml

Invalid workflow file

error parsing called workflow ".github/workflows/hubs-RetPageOrigin.yml" -> "mozilla/hubs-ops/.github/workflows/turkeyGitops.yml@master" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
with:
registry: mozillareality
dockerfile: RetPageOriginDockerfile
k8s_deployment: hubs
k8s_deployment_container: hubs
bio_script_path: scripts/hab-wrap-and-push.sh
smoke-instance: ${{inputs.smokeroom-choice}}
secrets:
DOCKER_HUB_PWD: ${{ secrets.DOCKER_HUB_PWD }}
GCP_TURKEYGITOPS_SA_JSON: ${{ secrets.GCP_TURKEYGITOPS_SA_JSON }}
BLDR_HAB_TOKEN: ${{ secrets.BLDR_HAB_TOKEN }}
BLDR_RET_TOKEN: ${{ secrets.BLDR_RET_TOKEN }}
BLDR_RET_PUB_B64: ${{ secrets.BLDR_RET_PUB_B64 }}
BLDR_HAB_PVT_B64: ${{ secrets.BLDR_HAB_PVT_B64 }}