Skip to content

Commit ce5aa53

Browse files
committed
remove dependency for cloning on personal access token secret with all repos public
1 parent 148eb61 commit ce5aa53

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.github/workflows/cmake-multi-platform.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@ jobs:
9292
steps:
9393
- uses: actions/checkout@v4
9494
with:
95-
token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
9695
submodules: recursive
9796

9897
- name: Set reusable strings (Unix)

.github/workflows/publish.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@ jobs:
8383
steps:
8484
- uses: actions/checkout@v4
8585
with:
86-
token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
8786
submodules: recursive
8887

8988
- name: Set reusable strings (Unix)

0 commit comments

Comments
 (0)