✓ App installed

Next: add the workflow

Two quick steps and the repo will run an Upshift scan on every push to main and on every pull request.

1

Add the workflow file

Copy the workflow into your repo’s .github/workflows/ folder. Create the folder if it doesn’t exist.

Get the file from the Upshift repo: .github/workflows/upshift-app-scan.yml — copy its contents into your-repo/.github/workflows/upshift-app-scan.yml.

2

Add repository secrets

In your repo on GitHub: Settings → Secrets and variables → Actions. Add two secrets:

3

You’re done

Commit and push the workflow file. The next push to main (or the next PR) will trigger an Upshift scan. On pull requests, the App will post a comment with outdated and vulnerability counts.


Need the full setup (webhook, Supabase, creating your own App)? See the ship checklist in the repo.

Copy workflow file Get started with CLI Pricing