Skip to content

chore: use github app auth in make-release-pr #23

chore: use github app auth in make-release-pr

chore: use github app auth in make-release-pr #23

Workflow file for this run

# Workflow evaluates the score on pub.dev.
# Runs on each push to main.
name: pubdev_score
on:
push:
branches:
- main
jobs:
scoring:
runs-on: ubuntu-latest
steps:
- name: Clone repository.
uses: actions/checkout@v4
with:
ref: main
- name: Evaluate Score
uses: axel-op/dart-package-analyzer@v3
with:
githubToken: ${{ secrets.GITHUB_TOKEN }}