Skip to content

CI: Try to trigger ASV #16

CI: Try to trigger ASV

CI: Try to trigger ASV #16

Workflow file for this run

name: Trigger asv
on:
push:
branches:
- main
pull_request:
branches:
- main
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
buildmamba:
runs-on: ${{ matrix.config.os }}
env:
asv_trigger_tok: ${{ secrets.ASV_TOK }}
name: ${{ matrix.config.os }}
strategy:
fail-fast: false
matrix:
config:
- {os: ubuntu-latest}
secrets:

Check failure on line 25 in .github/workflows/trigger_asv.yml

View workflow run for this annotation

GitHub Actions / Trigger asv

Invalid workflow file

The workflow is not valid. .github/workflows/trigger_asv.yml (Line: 25, Col: 5): Unexpected value 'secrets'
ASV_TOK: ${{ secrets.ASV_TOK }}
steps:
- uses: actions/checkout@v3
with:
submodules: "recursive"
fetch-depth: 0
- name: Speak secrets
run: echo "blah"
- uses: convictional/[email protected]
with:
owner: airspeed-velocity
repo: asv
github_token: ${{ env.asv_trigger_tok }}
workflow_file_name: triggered.yml
ref: master
wait_workflow: true
client_payload: '{"pr_number": "${{ github.event.pull_request.number }}"}'