We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f91340 commit 2e29f96Copy full SHA for 2e29f96
3 files changed
.github/workflows/ci.yml
@@ -17,6 +17,7 @@ jobs:
17
- uses: actions/checkout@v4
18
with:
19
submodules: recursive
20
+ token: ${{ secrets.SUBMODULE_PAT || secrets.GITHUB_TOKEN }}
21
22
- uses: ./.github/actions/setup-bun
23
.github/workflows/local-build.yml
@@ -14,6 +14,7 @@ jobs:
14
15
16
.github/workflows/sync-upstream.yml
@@ -35,7 +35,7 @@ jobs:
35
36
fetch-depth: 0
37
38
- token: ${{ secrets.GITHUB_TOKEN }}
39
40
- name: Configure git + upstream remote
41
run: |
0 commit comments