We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9451c1e commit 34efb18Copy full SHA for 34efb18
1 file changed
.github/workflows/split.yml
@@ -36,6 +36,6 @@ jobs:
36
test -f composer.json.save && mv composer.json.save composer.json -f
37
38
- name: Split monorepository
39
- run: vendor/bin/split update --git-credentials=$REPOSITORY_CREDENTIALS
+ run: vendor/bin/split update --git-credentials=$SPLIT_REPOSITORY_CREDENTIALS
40
env:
41
- REPOSITORY_CREDENTIALS: ${{ secrets.REPOSITORY_CREDENTIALS }}
+ SPLIT_REPOSITORY_CREDENTIALS: ${{ secrets.SPLIT_REPOSITORY_CREDENTIALS }}
0 commit comments