File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -208,8 +208,8 @@ function prepare_local_p2_site() {
208208 cd current-p2-site
209209 git init -q --initial-branch=gh-pages
210210 git config user.name " PMD CI (pmd-bot)"
211- git config user.email " andreas.dangel+ pmd-bot@adangel.org "
212- git remote add origin
[email protected] :pmd/pmd-eclipse-plugin-p2-site.git
211+ git config user.email " pmd-bot@users.noreply.github.com "
212+ git remote add origin
[email protected] -pmd-eclipse-plugin-p2-site :pmd/pmd-eclipse-plugin-p2-site.git
213213 git pull --rebase origin gh-pages
214214 )
215215}
Original file line number Diff line number Diff line change 5050 shell : bash
5151 env :
5252 PMD_CI_SECRET_PASSPHRASE : ${{ secrets.PMD_CI_SECRET_PASSPHRASE }}
53+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments