Skip to content

Merge pull request #9 from carpasse/feat/reusable-workflows #10

Merge pull request #9 from carpasse/feat/reusable-workflows

Merge pull request #9 from carpasse/feat/reusable-workflows #10

Workflow file for this run

name: Release
on:
push:
branches: ['main', 'beta', 'alpha']
jobs:
release:
uses: carpasse/reusable-workflows/.github/workflows/release.yml@main

Check failure on line 9 in .github/workflows/release.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/release.yml

Invalid workflow file

error parsing called workflow ".github/workflows/release.yml" -> "carpasse/reusable-workflows/.github/workflows/release.yml@main" (source branch with sha:15b07a985ebcee4e802fec866876db564e1a7f0f) : secret name `github_token` within `workflow_call` can not be used since it would collide with system reserved name
secrets:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}