Skip to content

Commit 362c63b

Browse files
committed
fix releases-graph
1 parent 9250965 commit 362c63b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

scripts/pit/lib/lib-patch.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@ applyPatches() {
3434
spring.security.oauth2.client.registration.google.client-secret \
3535
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
3636
;;
37+
releases-graph)
38+
setPropertyInFile src/main/resources/application.properties \
39+
github.personal.token ${GHTK:-$GITHUB_TOKEN}
40+
;;
3741
mpr-demo)
3842
SS=~/vaadin.spreadsheet.developer.license
3943
[ ! -f $SS ] && err "Install a Valid License $SS" && return 1

0 commit comments

Comments
 (0)