Skip to content

Updates for 2024 beta #106

Updates for 2024 beta

Updates for 2024 beta #106

Workflow file for this run

---
name: dist
on:
pull_request:
push:
branches:
- main
tags:
- '*'
jobs:
ci:
uses: robotpy/build-actions/.github/workflows/package-ci.yml@v2024

Check failure on line 14 in .github/workflows/dist.yml

View workflow run for this annotation

GitHub Actions / dist

Invalid workflow file

The workflow is not valid. .github/workflows/dist.yml (Line: 14, Col: 11): Input artifactory_repo_type is required, but not provided while calling.
secrets:
META_REPO_ACCESS_TOKEN: ${{ secrets.REPO_ACCESS_TOKEN }}
RTD_TOKEN: ${{ secrets.RTD_TOKEN }}
RTD_WEBHOOK: ${{ secrets.RTD_WEBHOOK }}
WPI_ARTIFACTORY_USERNAME: ${{ secrets.WPI_ARTIFACTORY_USERNAME }}
WPI_ARTIFACTORY_TOKEN: ${{ secrets.WPI_ARTIFACTORY_TOKEN }}
PYPI_API_TOKEN: ${{ secrets.PYPI_PASSWORD }}