Skip to content

chore(deps): update dependency fluentassertions to 6.12.1 (#814) #76

chore(deps): update dependency fluentassertions to 6.12.1 (#814)

chore(deps): update dependency fluentassertions to 6.12.1 (#814) #76

Workflow file for this run

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

Check failure on line 15 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: 15, Col: 11): Secret SIGN_ACCOUNT_NAME is required, but not provided while calling. .github/workflows/release.yml (Line: 15, Col: 11): Secret SIGN_PROFILE_NAME is required, but not provided while calling.
with:
productNamespacePrefix: "Sextant"
solutionFile: "Sextant.sln"
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 }}