There was an error while loading. Please reload this page.
1 parent e7c6c1e commit f61e25cCopy full SHA for f61e25c
2 files changed
.github/workflows/build.yml
@@ -17,7 +17,7 @@ jobs:
17
- uses: actions/checkout@v6
18
with:
19
submodules: true
20
- token: ${{ secrets.OCC_TOKEN }}
+ token: ${{ secrets.OCC_TOKEN || github.token }}
21
- name: Setup .NET Core
22
uses: actions/setup-dotnet@v5
23
.github/workflows/pr.yml
@@ -19,7 +19,7 @@ jobs:
24
25
0 commit comments