Skip to content

Commit fedda43

Browse files
committed
Delete all 3 e2e repos, use correct token
1 parent eeebd22 commit fedda43

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/e2e-delete-repo.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,12 @@ jobs:
1515
NUMBER: ${{ github.event.pull_request.number }}
1616
GITHUB_TOKEN: ${{ secrets.COVERAGE_COMMENT_E2E_GITHUB_TOKEN_USER_1 }}
1717
- run: |
18-
gh repo delete --yes https://github.com/mihcaojwe/python-coverage-comment-action-end-to-end-${NUMBER}-private || true
18+
gh repo delete --yes https://github.com/mihcaojwe2/python-coverage-comment-action-end-to-end-${NUMBER}-public || true
1919
env:
2020
NUMBER: ${{ github.event.pull_request.number }}
2121
GITHUB_TOKEN: ${{ secrets.COVERAGE_COMMENT_E2E_GITHUB_TOKEN_USER_2 }}
22+
- run: |
23+
gh repo delete --yes https://github.com/mihcaojwe/python-coverage-comment-action-end-to-end-${NUMBER}-private || true
24+
env:
25+
NUMBER: ${{ github.event.pull_request.number }}
26+
GITHUB_TOKEN: ${{ secrets.COVERAGE_COMMENT_E2E_GITHUB_TOKEN_USER_1 }}

0 commit comments

Comments
 (0)