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 9250965 commit 362c63bCopy full SHA for 362c63b
scripts/pit/lib/lib-patch.sh
@@ -34,6 +34,10 @@ applyPatches() {
34
spring.security.oauth2.client.registration.google.client-secret \
35
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
36
;;
37
+ releases-graph)
38
+ setPropertyInFile src/main/resources/application.properties \
39
+ github.personal.token ${GHTK:-$GITHUB_TOKEN}
40
+ ;;
41
mpr-demo)
42
SS=~/vaadin.spreadsheet.developer.license
43
[ ! -f $SS ] && err "Install a Valid License $SS" && return 1
0 commit comments