Skip to content

Merge remote-tracking branch 'origin/develop' #25

Merge remote-tracking branch 'origin/develop'

Merge remote-tracking branch 'origin/develop' #25

Workflow file for this run

name: Publish Release
on:
push:
tags:
- "v*"
jobs:
PublishRelease:
uses: Oztechan/Global/.github/workflows/reusable-publish.yml@e2ba4065f3fd5c141317998d9236d7306166debb

Check failure on line 11 in .github/workflows/publish.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/publish.yml

Invalid workflow file

error parsing called workflow ".github/workflows/publish.yml" -> "Oztechan/Global/.github/workflows/reusable-publish.yml@e2ba4065f3fd5c141317998d9236d7306166debb" : secret name `GITHUB_TOKEN` within `workflow_call` can not be used since it would collide with system reserved name
with:
slack_channel: "ccc-github"
secrets:
SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}