Skip to content

Commit 9e1b4c9

Browse files
committed
ci: Remove unnecessary credentials from checkout
Also don't fetch submodules, as they are not used. Signed-off-by: Leandro Lucarella <[email protected]>
1 parent 164b2c0 commit 9e1b4c9

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/ci.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,6 @@ jobs:
1515
steps:
1616
- name: Fetch sources
1717
uses: actions/checkout@v3
18-
with:
19-
token: ${{ secrets.CI_ACCESS_TOKEN || github.token }}
20-
submodules: true
2118

2219
- name: Set up Python
2320
uses: actions/setup-python@v4
@@ -47,9 +44,6 @@ jobs:
4744
steps:
4845
- name: Fetch sources
4946
uses: actions/checkout@v3
50-
with:
51-
token: ${{ secrets.CI_ACCESS_TOKEN || github.token }}
52-
submodules: true
5347

5448
- name: Set up Python
5549
uses: actions/setup-python@v4

0 commit comments

Comments
 (0)