4949 with :
5050 source-directory : " bo4e"
5151 target-directory : " bo4e"
52- destination-github-username : " TimoMolls "
52+ destination-github-username : " bo4e "
5353 destination-repository-name : " BO4E-Java"
54- user-email : timo.molls@enet.eu
54+ user-email : bo4e-schemas@hochfrequenz.de
5555 target-branch : main
5656 commit-message : " Update JAVA-Classes - BO4E ${{ steps.schemas.outputs.TAGNAME }}"
5757 - name : Generate with dependecies
@@ -62,20 +62,20 @@ jobs:
6262 if : ${{ steps.schemas.outputs.TAGNAME != 'invalid' }}
6363 uses : cpina/github-action-push-to-another-repository@v1.7.2
6464 env :
65- API_TOKEN_GITHUB : ${{ secrets.ACCESS_TOKEN_JAVA_API }}
65+ API_TOKEN_GITHUB : ${{ secrets.BO4E_JAVA_GENERATOR_TOKEN }}
6666 with :
6767 source-directory : " bo4e"
6868 target-directory : " bo4e"
69- destination-github-username : " TimoMolls "
69+ destination-github-username : " bo4e "
7070 destination-repository-name : " BO4E-Java"
71- user-email : timo.molls@enet.eu
71+ user-email : bo4e-schemas@hochfrequenz.de
7272 target-branch : withDependencies
7373 commit-message : " Update JAVA-Classes - BO4E ${{ steps.schemas.outputs.TAGNAME }}-wd"
7474 - name : Create Release
7575 if : ${{ steps.schemas.outputs.TAGNAME != 'invalid' }}
7676 env :
77- TOKEN : ${{ secrets.CREATE_RELEASE_TOKEN }}
77+ TOKEN : ${{ secrets.BO4E_JAVA_GENERATOR_TOKEN }}
7878 VERSION : ${{ steps.schemas.outputs.TAGNAME }}
7979 run : |
80- node create_release.js -o "TimoMolls " -r "BO4E-Java" -a "$TOKEN" -t "$VERSION" --input-owner "bo4e" --input-repo "BO4E-Schemas"
81- node create_release.js -o "TimoMolls " -r "BO4E-Java" -a "$TOKEN" -t "$VERSION" -b "withDependencies" --input-owner "bo4e" --input-repo "BO4E-Schemas"
80+ node create_release.js -o "bo4e " -r "BO4E-Java" -a "$TOKEN" -t "$VERSION" --input-owner "bo4e" --input-repo "BO4E-Schemas"
81+ node create_release.js -o "bo4e " -r "BO4E-Java" -a "$TOKEN" -t "$VERSION" -b "withDependencies" --input-owner "bo4e" --input-repo "BO4E-Schemas"
0 commit comments