Skip to content

Commit

Permalink
ci: test custom PAT for check run details URL
Browse files Browse the repository at this point in the history
Co-Authored-By: Aaron <AJ> Steers <[email protected]>
  • Loading branch information
devin-ai-integration[bot] and aaronsteers committed Jan 24, 2025
1 parent f25e728 commit 8ef33b7
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/dummy_check_result.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,16 @@ jobs:
steps:
- name: Create Failure Check Run
uses: LouisBrunner/[email protected]
env:
GH_TOKEN: ${{ secrets.GH_PAT_MAINTENANCE_OCTAVIA }}
with:
token: ${{ github.token }}
token: ${{ secrets.GH_PAT_MAINTENANCE_OCTAVIA }}
name: "Dummy Check (fail custom)"
status: completed
conclusion: failure
details_url: "https://www.google.com/search?q=failed"
output: |
{
"title": "Test Report",
"summary": "This is a dummy failure check.\nHTML Report URL: https://www.google.com/search?q=failed\n\nNote: The Details link above will go to the GitHub Actions run due to platform limitations."
"summary": "This is a dummy failure check.\nHTML Report URL: https://www.google.com/search?q=failed"
}

0 comments on commit 8ef33b7

Please sign in to comment.