Skip to content

Commit

Permalink
ci: Do not rename GITHUB_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
ambroisemaupate committed Mar 6, 2023
1 parent a558dbd commit aa93d6a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/split.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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'
Expand All @@ -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
Expand All @@ -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]"

0 comments on commit aa93d6a

Please sign in to comment.