Skip to content

chore: build

chore: build #384

Workflow file for this run

name: Release
on:
push:
branches: [ main ]
env:
productNamespacePrefix: "Splat"
jobs:
release:
uses: reactiveui/actions-common/.github/workflows/workflow-common-release.yml@main

Check failure on line 12 in .github/workflows/release.yml

View workflow run for this annotation

GitHub Actions / Release

Invalid workflow file

The workflow is not valid. .github/workflows/release.yml (Line: 12, Col: 11): Secret SIGN_PROFILE_NAME is required, but not provided while calling. .github/workflows/release.yml (Line: 12, Col: 11): Secret NUGET_API_KEY is required, but not provided while calling.
with:
productNamespacePrefix: "Splat"
secrets:
SIGN_ACCOUNT_NAME: ${{ secrets.SIGN_ACCOUNT_NAME }}
SIGN_CLIENT_SECRET: ${{ secrets.SIGN_CLIENT_SECRET }}
SIGN_CLIENT_CONFIG: ${{ secrets.SIGN_CLIENT_CONFIG }}
AZURE_CRED: ${{ secrets.AZURE_CRED }}