Skip to content

Commit 45cdd2c

Browse files
committed
try 12: shieh
1 parent f637e26 commit 45cdd2c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/circleci-failure-summary-comment.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
name: 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

53
on:
64
pull_request:
@@ -15,7 +13,6 @@ jobs:
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
@@ -58,7 +55,6 @@ jobs:
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: |

0 commit comments

Comments
 (0)