From 9e4b325e11212494839c85b8c6ec62524d73d425 Mon Sep 17 00:00:00 2001 From: Jason Zaugg Date: Wed, 9 Jun 2021 14:48:17 +1000 Subject: [PATCH 1/2] Update scala-jenkins auth token for Travis CI --- .travis.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index d9d64f047..445cf9c05 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,4 @@ -# The scala/scala travis job triggers a build of scala/scala-dist with `mode=release`. For + # The scala/scala travis job triggers a build of scala/scala-dist with `mode=release`. For # the other modes (see below), use the web UI to trigger a build. # # Additional env vars are defined using a `before_install` custom config(*), for example @@ -37,8 +37,7 @@ env: # AWS_SECRET_ACCESS_KEY - secure: "dv0pR9uqnLyKVHu1L1nvl5TVpo3bOxh4icLNybwFyCFQd9XiM/RU8Vhx3svZqqnAG+GiCDSiCaBQkTLUS5u9e+9eVw3cUj5meNr9EW673f8D6H8Tr433jlvu54CynD9DsBjhNo/xIrECOKTq+0wu480OLSjOkuNoclG2dSm4Dis=" # GITHUB_OAUTH_TOKEN (for GitHub user scala-jenkins, same token as scabot) - - secure: "FtrGQs3tHwOPZOXi1xDcCo1KtP1rUfaiK+l5lrjzXhuCjtWkG+MHB0VI1D1QwbXh+BiRdYIyfUyKBa1I+lRrjKx5aDgxZ7EweML5CtzIu7hAuxbc6zchC3R0qZJe20DcM1BjokCXi2EnKtgABIBuCP0KY4WiH0NQkGjZsemoCAQ=" - + - secure: "Bk0IRAPGF9ZjQZQRe618KgXG2VLXRcJgJN7dvomxFdjZOqn/46TrFa6RlLLmicu9F4UrbgpSazfDgr7S8qER6GIyr+hDpv/sdi//EcYql2A0ww2r5QPaA9gW4wiTO8Cy0m/ZsK8IAjvOcdDXW19JH7b0HygDAnJOBiOR9S9wWuI=" script: - source scripts/common - postCommitStatus "pending" From a1add61b2be6f1140224a571bfd05c4a2405bbf9 Mon Sep 17 00:00:00 2001 From: Jason Zaugg Date: Wed, 9 Jun 2021 14:56:53 +1000 Subject: [PATCH 2/2] Update scala-jenkins auth token for appveyor CI --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 022cf1f68..56fc955e6 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -15,7 +15,7 @@ environment: AWS_SECRET_ACCESS_KEY: secure: woXwpM2+P3uZ1+LFM+SbJEKLfi7Kax5PvqJSN62nn1PQrJgEzVUAIoRGoXBx6X72 GITHUB_OAUTH_TOKEN: - secure: oji2LTrdEhQhJQOoRU3TFuCmCb92XD1BJKW7uw0/XJdEFkOrb4lKbHjPGeuOY6/5 + secure: nfWNfbyzNQwdg1eWHZX93XIJLoAhFOr1fR8+L86s7a3jdo/HydEZ8TyEKsPipQ+/ install: - cmd: choco install sbt --version=1.3.2 -ia "INSTALLDIR=""C:\sbt"""