Skip to content

ci: drop circleci

ci: drop circleci #3

Workflow file for this run

name: Releaser
on:
push:
paths: [ 'version.json' ]
workflow_dispatch:
permissions:
contents: write
concurrency:
group: ${{ github.workflow }}-${{ github.sha }}
cancel-in-progress: true
jobs:
releaser:
uses: ipdxco/unified-github-workflows/.github/workflows/releaser.yml@v1.0
with:
UCI_GITHUB_TOKEN: ${{ secrets.UCI_GITHUB_TOKEN }}

Check failure on line 19 in .github/workflows/releaser.yml

View workflow run for this annotation

GitHub Actions / Releaser

Invalid workflow file

The workflow is not valid. .github/workflows/releaser.yml (Line: 19, Col: 25): Unrecognized named-value: 'secrets'. Located at position 1 within expression: secrets.UCI_GITHUB_TOKEN