Skip to content

🔓 Make IsClickThrough and CanBeFocused setters public (#118) #4

🔓 Make IsClickThrough and CanBeFocused setters public (#118)

🔓 Make IsClickThrough and CanBeFocused setters public (#118) #4

Workflow file for this run

name: Publish .NET
on:
push:
tags:
- v*
jobs:
dotnet-publish:
uses: beardgame/.github/.github/workflows/dotnet-publish.yml@main

Check failure on line 10 in .github/workflows/dotnet-publish.yml

View workflow run for this annotation

GitHub Actions / Publish .NET

Invalid workflow file

error parsing called workflow ".github/workflows/dotnet-publish.yml" -> "beardgame/.github/.github/workflows/dotnet-publish.yml@main" (source branch with sha:afbc49afa61f671a40273735dfe0af2e4de8e767) : secret name `GITHUB_TOKEN` within `workflow_call` can not be used since it would collide with system reserved name
with:
dotnet-version: |
3.1.x
6.0.x
secrets:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Check failure on line 16 in .github/workflows/dotnet-publish.yml

View workflow run for this annotation

GitHub Actions / Publish .NET

Invalid workflow file

The workflow is not valid. .github/workflows/dotnet-publish.yml (Line: 16, Col: 21): Invalid secret, GITHUB_TOKEN is not defined in the referenced workflow.
NUGET_API_KEY: ${{ secrets.NUGET_API_KEY }}