Skip to content

Commit 84d3b76

Browse files
committed
ci: use biolab-helper access token in cleanup workflow instead of the default one.
1 parent 87849a8 commit 84d3b76

File tree

1 file changed

+4
-22
lines changed

1 file changed

+4
-22
lines changed

.github/workflows/cleanup_workflow.yml

Lines changed: 4 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -15,26 +15,8 @@ jobs:
1515
timeout-minutes: 3
1616

1717
steps:
18-
- name: Cleanup Linux workflow
19-
uses: styfle/cancel-workflow-action@0.2.0
18+
- name: Cleanup workflow
19+
uses: styfle/cancel-workflow-action@0.3.1
2020
with:
21-
workflow_id: 685155
22-
access_token: ${{ secrets.GITHUB_TOKEN }}
23-
24-
- name: Cleanup macOS workflow
25-
uses: styfle/cancel-workflow-action@0.2.0
26-
with:
27-
workflow_id: 685156
28-
access_token: ${{ secrets.GITHUB_TOKEN }}
29-
30-
- name: Cleanup Windows workflow
31-
uses: styfle/cancel-workflow-action@0.2.0
32-
with:
33-
workflow_id: 685157
34-
access_token: ${{ secrets.GITHUB_TOKEN }}
35-
36-
- name: Cleanup Documentation workflow
37-
uses: styfle/cancel-workflow-action@0.2.0
38-
with:
39-
workflow_id: 685153
40-
access_token: ${{ secrets.GITHUB_TOKEN }}
21+
workflow_id: 685155, 685156, 685157, 685153
22+
access_token: ${{ secrets.GH_ACCESS_TOKEN }}

0 commit comments

Comments
 (0)