Skip to content

GITHUB_TOKEN + Remove Name param #15

GITHUB_TOKEN + Remove Name param

GITHUB_TOKEN + Remove Name param #15

Workflow file for this run

name: Workflow-Test
on:
push:
branches:
- main
paths:
- .github/workflows/workflow.yml
- .github/workflows/Workflow-Test.yml
pull_request_target:
branches:
- main
paths:
- action.yml
- .github/workflows/Action-Test.yml
- scripts/**
jobs:
WorkflowTestDefault:
uses: ./.github/workflows/workflow.yml

Check failure on line 20 in .github/workflows/Workflow-Test.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/Workflow-Test.yml

Invalid workflow file

error parsing called workflow ".github/workflows/Workflow-Test.yml" -> "./.github/workflows/workflow.yml" (source branch with sha:36712e7cf038db651c97633143913698d8d071ff) : secret name `GITHUB_TOKEN` within `workflow_call` can not be used since it would collide with system reserved name
secrets: inherit