Skip to content

Commit 8904052

Browse files
Copilotdorkmo
andcommitted
Remove redundant token parameter from checkout step
The token parameter is unnecessary as actions/checkout@v4 uses GITHUB_TOKEN by default. Co-authored-by: dorkmo <1923070+dorkmo@users.noreply.github.com>
1 parent 30b0022 commit 8904052

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/openscad-render.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ jobs:
2020
uses: actions/checkout@v4
2121
with:
2222
fetch-depth: 0 # Fetch full history for --force-with-lease to work correctly
23-
token: ${{ secrets.GITHUB_TOKEN }}
2423

2524
- name: Install OpenSCAD
2625
run: |

0 commit comments

Comments
 (0)