We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 774442d commit 410278bCopy full SHA for 410278b
.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