Skip to content

chore(deps): update dependency verify.xunit to 26.6.0 (#349) #77

chore(deps): update dependency verify.xunit to 26.6.0 (#349)

chore(deps): update dependency verify.xunit to 26.6.0 (#349) #77

name: Release
on:
push:
branches:
- main
- patches/*
env:
productNamespacePrefix: "Punchclock"
permissions:
contents: write
jobs:
release:
uses: reactiveui/actions-common/.github/workflows/workflow-common-release.yml@main

Check failure on line 17 in .github/workflows/ci-buildAndRelease.yml

View workflow run for this annotation

GitHub Actions / Release

Invalid workflow file

The workflow is not valid. .github/workflows/ci-buildAndRelease.yml (Line: 17, Col: 11): Secret SIGN_ACCOUNT_NAME is required, but not provided while calling. .github/workflows/ci-buildAndRelease.yml (Line: 17, Col: 11): Secret SIGN_PROFILE_NAME is required, but not provided while calling.
with:
configuration: Release
productNamespacePrefix: "Punchclock"
installWorkflows: false
secrets:
SIGN_CLIENT_USER_ID: ${{ secrets.SIGN_CLIENT_USER_ID }}
SIGN_CLIENT_SECRET: ${{ secrets.SIGN_CLIENT_SECRET }}
SIGN_CLIENT_CONFIG: ${{ secrets.SIGN_CLIENT_CONFIG }}
NUGET_API_KEY: ${{ secrets.NUGET_API_KEY }}