Skip to content
This repository was archived by the owner on Jun 26, 2026. It is now read-only.

Commit 421854b

Browse files
committed
Fix env variable
1 parent 4b1d548 commit 421854b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/update-submodule.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
2626
- name: Commit and push changes
2727
env:
28-
SUBMODULE_TOKEN: ${{ secrets.OCC_TOKEN }}
28+
OCC_TOKEN: ${{ secrets.OCC_TOKEN }}
2929
run: |
3030
git config user.name "github-actions[bot]"
3131
git config user.email "github-actions[bot]@users.noreply.github.com"

0 commit comments

Comments
 (0)