Skip to content

Commit 1579834

Browse files
authored
Merge pull request #34 from ethz-asl/feature/remove_pat
Remove PAT from CI
2 parents 1a9e0fb + 5f4d4a0 commit 1579834

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

.github/workflows/coverage_report.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ jobs:
2626
name: Checkout lpp
2727
with:
2828
repository: ethz-asl/lpp
29-
token: ${{ secrets.PAT }}
3029
path: catkin_ws/src/lpp
3130

3231
- name: Install gcovr

.github/workflows/cpp_ubuntu20_04.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ jobs:
2727
name: Checkout lpp
2828
with:
2929
repository: ethz-asl/lpp
30-
token: ${{ secrets.PAT }}
3130
path: catkin_ws/src/lpp
3231

3332
- name: Switch GCC version

.github/workflows/deploy_coverage_report.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ jobs:
3030
name: Checkout lpp
3131
with:
3232
repository: ethz-asl/lpp
33-
token: ${{ secrets.PAT }}
3433
path: catkin_ws/src/lpp
3534

3635
- name: Install gcovr

0 commit comments

Comments
 (0)