fix: use PAT for health dashboard discussion updates (#8396)

This commit is contained in:
Michael Neale
2026-04-08 16:44:59 +10:00
committed by GitHub
parent ca806fa128
commit df9f48d1bf
@@ -37,7 +37,7 @@ jobs:
- name: 'Update Dashboard'
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
github-token: ${{ secrets.HEALTH_DASHBOARD_TOKEN }}
script: |
const owner = context.repo.owner;
const repo = context.repo.repo;