Skip to content

Commit 1f16071

Browse files
fix: checkout with token
1 parent e1e1e3b commit 1f16071

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/update_submodules.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ jobs:
1717
with:
1818
submodules: recursive
1919
fetch-depth: 0
20+
persist-credentials: true
21+
token: ${{ secrets.REGISTRY_TOKEN }}
2022

2123
- name: Update submodules
2224
env:

0 commit comments

Comments
 (0)