Skip to content

Merge branch 'master' of https://github.com/fredboudon/plantgl into f… #27

Merge branch 'master' of https://github.com/fredboudon/plantgl into f…

Merge branch 'master' of https://github.com/fredboudon/plantgl into f… #27

name: Building Package
on:
push:
branches:
- '**'
tags:
- 'v*'
pull_request:
branches:
- '**'
jobs:
build:
uses: openalea/github-action-conda-build/.github/workflows/conda-package-build.yml@main

Check failure on line 16 in .github/workflows/conda-package-build.yml

View workflow run for this annotation

GitHub Actions / Building Package

Invalid workflow file

The workflow is not valid. .github/workflows/conda-package-build.yml (Line: 16, Col: 11): Secret anaconda_token is required, but not provided while calling. .github/workflows/conda-package-build.yml (Line: 18, Col: 14): Invalid secret, token is not defined in the referenced workflow.
secrets:
token: ${{ secrets.ANACONDA_TOKEN }}