Skip to content

Config should be with "NodeId" #143

Config should be with "NodeId"

Config should be with "NodeId" #143

Workflow file for this run

name: 'dotnet build'
on:
push:
branches:
- '**'
pull_request:
types: [ closed ]
jobs:
dotnet:
uses: RaaLabs/reusable-workflows/.github/workflows/dotnet-build.yml@main

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

View workflow run for this annotation

GitHub Actions / dotnet build

Invalid workflow file

error parsing called workflow ".github/workflows/dotnet.yml" -> "RaaLabs/reusable-workflows/.github/workflows/dotnet-build.yml@main" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
with:
IMAGE_NAME: 'connectors-opcua'
secrets:
DOCKER_REGISTRY_LOGIN_SERVER: ${{ secrets.RAAEDGE_LOGIN_SERVER }}
DOCKER_REGISTRY_USERNAME: ${{ secrets.RAAEDGE_ACR_USERNAME }}
DOCKER_REGISTRY_PASSWORD: ${{ secrets.RAAEDGE_ACR_PASSWORD }}
NUGET_GITHUB_PACKAGES_TOKEN: ${{ secrets.NUGET_GITHUB_PACKAGES_TOKEN }}
NUGET_GITHUB_PACKAGES_USERNAME: ${{ secrets.NUGET_GITHUB_PACKAGES_USERNAME }}