Skip to content

Fixed CI year

Fixed CI year #2

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. .github/workflows/dist.yml (Line: 16, Col: 17): Invalid secret, SSH_USER is not defined in the referenced workflow.
secrets:
SSH_USER: ${{ secrets.SSH_USER }}
SSH_KEY: ${{ secrets.SSH_KEY }}
SSH_PASSPHRASE: ${{ secrets.SSH_PASSPHRASE }}
META_REPO_ACCESS_TOKEN: ${{ secrets.REPO_ACCESS_TOKEN }}
RTD_TOKEN: ${{ secrets.RTD_TOKEN }}
RTD_WEBHOOK: ${{ secrets.RTD_WEBHOOK }}
PYPI_API_TOKEN: ${{ secrets.PYPI_PASSWORD }}