Skip to content

Commit c87d5b1

Browse files
GarthDBcursoragent
andcommitted
ci: do not fail job when run-report action has bad credentials
Use continue-on-error for moonrepo/run-report-action so missing or invalid MOON_GH_TOKEN (e.g. on fork PRs) does not mark the job failed. Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent f642bea commit c87d5b1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,6 @@ jobs:
1414
- run: moon ci
1515
- uses: 'moonrepo/run-report-action@v1.9.0'
1616
if: success() || failure()
17+
continue-on-error: true
1718
with:
1819
access-token: ${{ secrets.MOON_GH_TOKEN }}

0 commit comments

Comments
 (0)