We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8baffde commit 0de0580Copy full SHA for 0de0580
.github/workflows/pre-commit.yml
@@ -13,6 +13,7 @@ jobs:
13
uses: actions/checkout@v5
14
with:
15
submodules: recursive
16
+ token: ${{ secrets.GH_PAT_SUBMODULE }}
17
18
- name: Setup
19
uses: ./.github/actions/setup
.github/workflows/publish.yml
@@ -69,6 +69,7 @@ jobs:
69
70
71
72
73
74
75
.github/workflows/tests.yml
@@ -15,6 +15,7 @@ jobs:
20
21
0 commit comments