We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1e1e3b commit 1f16071Copy full SHA for 1f16071
.github/workflows/update_submodules.yml
@@ -17,6 +17,8 @@ jobs:
17
with:
18
submodules: recursive
19
fetch-depth: 0
20
+ persist-credentials: true
21
+ token: ${{ secrets.REGISTRY_TOKEN }}
22
23
- name: Update submodules
24
env:
0 commit comments