-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a558dbd
commit aa93d6a
Showing
1 changed file
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ on: | |
|
||
env: | ||
# 1. for Github split -- Update secret on 2024-03-06 | ||
GITHUB_TOKEN: ${{ secrets.ROADIZ_SPLIT_ACCESS_TOKEN }} | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
|
||
|
||
jobs: | ||
|
@@ -83,7 +83,7 @@ jobs: | |
branch: develop | ||
repository_name: '${{ matrix.package.split_repository }}' | ||
# ↓ the user signed under the split commit | ||
user_name: "ambroisemaupate" | ||
user_name: "roadiz-ci" | ||
user_email: "[email protected]" | ||
|
||
- if: github.ref == 'refs/heads/main' | ||
|
@@ -96,7 +96,7 @@ jobs: | |
branch: main | ||
repository_name: '${{ matrix.package.split_repository }}' | ||
# ↓ the user signed under the split commit | ||
user_name: "ambroisemaupate" | ||
user_name: "roadiz-ci" | ||
user_email: "[email protected]" | ||
|
||
# with tag | ||
|
@@ -113,5 +113,5 @@ jobs: | |
repository_name: '${{ matrix.package.split_repository }}' | ||
|
||
# ↓ the user signed under the split commit | ||
user_name: "ambroisemaupate" | ||
user_name: "roadiz-ci" | ||
user_email: "[email protected]" |