Skip to content

Commit

Permalink
chore(frontend): use token for push (#89)
Browse files Browse the repository at this point in the history
* chore(frontend): use token for push

* chore(frontend): use REPO variable for repository name
  • Loading branch information
Lodin authored Sep 3, 2021
1 parent 30b68b4 commit e87cc24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/scripts/bump.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ remapped=$(node scripts/protection-remap.js "$protection_config")

ghr -X PUT -d "$(echo "$remapped" | sed '$s/"enforce_admins":true/"enforce_admins":false/')" > /dev/null

git push origin HEAD:$branch
git push https://vaadin-bot:"$GITHUB_TOKEN"@github.com/"$REPO".git HEAD:$branch

ghr -X PUT -d "$remapped" > /dev/null

0 comments on commit e87cc24

Please sign in to comment.