Skip to content

Add required parameters #39

Add required parameters

Add required parameters #39

Workflow file for this run

# This is a basic workflow to help you get started with Actions
name: CI - Releases and Main
# Controls when the action will run. Triggers the workflow on push or pull request
# events but only for the main branch
on:
push:
branches: [ main, outsource_workflows ]
tags:
- "[2-9][0-9][0-9][0-9].[0-9]+-rev[0-9]+"
jobs:
call_workflow_build:
uses: isaqb-org/github-workflows/.github/workflows/build_main.yml@main

Check failure on line 15 in .github/workflows/build_main.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/build_main.yml

Invalid workflow file

error parsing called workflow ".github/workflows/build_main.yml" -> "isaqb-org/github-workflows/.github/workflows/build_main.yml@main" (source branch with sha:9777360fb77061c6069a5db7e59146cd2460e674) : secret name `github_token` within `workflow_call` can not be used since it would collide with system reserved name
with:
release_version: env.RELEASE_VERSION
secrets:
github_token: secrets.GITHUB_TOKEN