Skip to content

housekeeping: use cred instead #378

housekeeping: use cred instead

housekeeping: use cred instead #378

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
with:
productNamespacePrefix: "Splat"
secrets:
SIGN_CLIENT_USER_ID: ${{ secrets.SIGN_CLIENT_USER_ID }}
SIGN_CLIENT_SECRET: ${{ secrets.SIGN_CLIENT_SECRET }}
SIGN_CLIENT_CONFIG: ${{ secrets.SIGN_CLIENT_CONFIG }}
AZURE_CRED: ${{ secrets.AZURE_CRED }}
NUGET_API_KEY: ${{ secrets.NUGET_API_KEY }}