Skip to content
This repository was archived by the owner on Jun 26, 2026. It is now read-only.

Commit 0c41506

Browse files
committed
Use PERSONAL_ACCESS_TOKEN
1 parent c5ce8d3 commit 0c41506

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
uses: actions/checkout@v6
3131
with:
3232
repository: OrchardCoreContrib/OrchardCoreContrib.App
33-
token: ${{ secrets.GITHUB_TOKEN }}
33+
token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
3434
submodules: true
3535
- name: Update submodules
3636
run: |

0 commit comments

Comments
 (0)