Skip to content

Submit PRs for audit results #46

Submit PRs for audit results

Submit PRs for audit results #46

Workflow file for this run

name: Submit PRs for audit results
on:
workflow_dispatch:
workflow_run:
workflows: ["pip-audit brew packages"]
types: [completed]
env:
HOMEBREW_NO_AUTO_UPDATE: 1
jobs:
auto-pr:
runs-on: macos-latest
steps:
- name: Check out this repo
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Configure git
uses: Homebrew/actions/git-user-config@master
with:
username: BrewTestBot
- run: brew update
- run: brew --version
- run: brew install pipgrip
- name: Generate Pull Requests
run: brew ruby generate-prs.rb
env:
HOMEBREW_GITHUB_API_TOKEN: ${{ secrets.BREW_PIP_AUDIT_GH_TOKEN }}