Skip to content

Adding workflow for testing #1

Adding workflow for testing

Adding workflow for testing #1

name: coresvc-switchboard-build
on:
workflow_dispatch:
push:
branches:
- km/add_action
jobs:
build-coresvc-fileserver-amd64:
permissions:
contents: read
packages: write
uses: microsoft/azure-orbital-space-sdk-github-actions/.github/workflows/coresvc-build.yaml@main
with:
REGISTRY: ghcr.io
APP_NAME: coresvc-switchboard
ANNOTATION: azure-orbital-space-sdk-coresvc-switchboard.yaml
WORKFLOW_AGENT: ubuntu-latest
ARCHITECTURE: arm64
secrets:
GIT_HUB_USER_NAME: ${{ secrets.GIT_HUB_USER_NAME }}
GIT_HUB_USER_TOKEN: ${{ secrets.GIT_HUB_USER_TOKEN }}
SETUP_REPO_URL: ${{ secrets.SETUP_REPO_URL }}
build-coresvc-fileserver-arm64:
permissions:
contents: read
packages: write
uses: microsoft/azure-orbital-space-sdk-github-actions/.github/workflows/coresvc-build.yaml@main

Check failure on line 32 in .github/workflows/coresvc-switchboard-build.yml

View workflow run for this annotation

GitHub Actions / coresvc-switchboard-build

Invalid workflow file

The workflow is not valid. .github/workflows/coresvc-switchboard-build.yml (Line: 32, Col: 11): Input ARCHITECTURE is required, but not provided while calling. .github/workflows/coresvc-switchboard-build.yml (Line: 32, Col: 11): Secret GIT_HUB_USER_NAME is required, but not provided while calling.
with:
REGISTRY: ghcr.io
APP_NAME: coresvc-switchboard
ANNOTATION: azure-orbital-space-sdk-coresvc-switchboard.yaml