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

Commit 2ed90a3

Browse files
committed
Update
1 parent 0c41506 commit 2ed90a3

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,13 @@ jobs:
3737
git submodule update --init --recursive
3838
git submodule update --recursive --remote
3939
40-
- name: Commit and push changes
40+
- name: Commit and push changes
41+
env:
42+
TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
4143
run: |
4244
git config user.name "github-actions[bot]"
4345
git config user.email "github-actions[bot]@users.noreply.github.com"
4446
git add --all
4547
git commit -m "Update submodules" || echo "No changes to commit"
46-
git push
48+
git remote set-url origin https://x-access-token:${TOKEN}@github.com/OrchardCoreContrib/OrchardCoreContrib.App.git
49+
git push origin HEAD:main

0 commit comments

Comments
 (0)