File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed
Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change 11name : CircleCI Failure Summary Comment
2- # Requires repository secrets:
3- # - CI_ARTIFACT_TOKEN: API token with permission to query CircleCI pipelines (same value used by CircleCI contexts)
42
53on :
64 pull_request :
1513 TARGET_BRANCH : ${{ github.event.pull_request.head.ref }}
1614 TARGET_SHA : ${{ github.event.pull_request.head.sha }}
1715 PR_NUMBER : ${{ github.event.pull_request.number }}
18- CIRCLE_TOKEN : ${{ secrets.CI_ARTIFACT_TOKEN }}
1916 steps :
2017 - name : Checkout repository
2118 uses : actions/checkout@v4
5855 - name : Get CircleCI run's artifacts and upload them to Hub
5956 id : circleci
6057 env :
61- CIRCLE_TOKEN : ${{ secrets.CI_ARTIFACT_TOKEN }}
6258 COMMIT_SHA : ${{ github.event.pull_request.head.sha }}
6359 REPO : ${{ github.repository }}
6460 run : |
You can’t perform that action at this time.
0 commit comments