Skip to content

Commit 34efb18

Browse files
committed
Use a dedicated token for the split
1 parent 9451c1e commit 34efb18

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/split.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,6 @@ jobs:
3636
test -f composer.json.save && mv composer.json.save composer.json -f
3737
3838
- name: Split monorepository
39-
run: vendor/bin/split update --git-credentials=$REPOSITORY_CREDENTIALS
39+
run: vendor/bin/split update --git-credentials=$SPLIT_REPOSITORY_CREDENTIALS
4040
env:
41-
REPOSITORY_CREDENTIALS: ${{ secrets.REPOSITORY_CREDENTIALS }}
41+
SPLIT_REPOSITORY_CREDENTIALS: ${{ secrets.SPLIT_REPOSITORY_CREDENTIALS }}

0 commit comments

Comments
 (0)