Skip to content

Commit f61e25c

Browse files
committed
Fix token
1 parent e7c6c1e commit f61e25c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: actions/checkout@v6
1818
with:
1919
submodules: true
20-
token: ${{ secrets.OCC_TOKEN }}
20+
token: ${{ secrets.OCC_TOKEN || github.token }}
2121
- name: Setup .NET Core
2222
uses: actions/setup-dotnet@v5
2323
with:

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- uses: actions/checkout@v6
2020
with:
2121
submodules: true
22-
token: ${{ secrets.OCC_TOKEN }}
22+
token: ${{ secrets.OCC_TOKEN || github.token }}
2323
- name: Setup .NET Core
2424
uses: actions/setup-dotnet@v5
2525
with:

0 commit comments

Comments
 (0)