mirror of
https://github.com/dokku/dokku.git
synced 2025-12-29 00:25:08 +01:00
fix: use correct token when publish unit test results
This commit is contained in:
committed by
GitHub
parent
ee89c743bf
commit
30ab9ebb58
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -159,6 +159,6 @@ jobs:
|
||||
uses: docker://ghcr.io/enricomi/publish-unit-test-result-action:v1
|
||||
with:
|
||||
check_name: Unit Test Results
|
||||
github_token: ${{ secrets.GH_ACCESS_TOKEN }}
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
files: test-results/**/*.xml
|
||||
comment_on_pr: false
|
||||
|
||||
Reference in New Issue
Block a user