Skip to content

chore(deps): bump pypa/gh-action-pypi-publish@release/v1.5 from 1.5 to 1.13 #10

chore(deps): bump pypa/gh-action-pypi-publish@release/v1.5 from 1.5 to 1.13

chore(deps): bump pypa/gh-action-pypi-publish@release/v1.5 from 1.5 to 1.13 #10

name: "Project triage: dependencies"
on:
pull_request:
types: [opened]
jobs:
add-to-project-dependencies:
runs-on: ubuntu-latest
# see https://docs.github.com/en/code-security/dependabot/working-with-dependabot/automating-dependabot-with-github-actions#responding-to-events
if: github.actor == 'dependabot[bot]' || github.actor == 'pre-commit-ci[bot]'
steps:
- uses: actions/add-to-project@main
with:
project-url: ${{ secrets.USB_PROJECT_URL }}
github-token: ${{ secrets.USB_PROJECT_TOKEN }}