From: Oliver Schmidt
Date: Wed, 17 May 2017 18:56:21 +0000 (+0200)
Subject: Migrate 'encrypted variables' variables to 'repository settings'.
X-Git-Tag: V2.17~144
X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=73f1c0e11d0162b1dbad8e1ef21a9f90f4c4f032;p=cc65
Migrate 'encrypted variables' variables to 'repository settings'.
The GitHub token used for GitHub Pages deployment was revoked (see https://blog.travis-ci.com/2017-05-08-security-advisory) so I took the opportunity to make use of the "new" repository settings feature instead of fiddling with variable encryption again.
---
diff --git a/.travis.yml b/.travis.yml
index fd2672887..c84eb0cc2 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -12,7 +12,3 @@ script:
- make doc zip
after_success:
- make -f Makefile.travis
-env:
- global:
- - secure: "h+hoQdEHGPLNwaqGKmSaM8NBRDLc2X+W05VsnNG2Feq/wPv/AiBjONNlzN7jRf6D6f3aoPXaQ2Lc3bYWdxGvFRCmwiofdxkJI9n5L8HPHLZ2lf37MQsXmGJzoTFOvjPLj73H6HlbI9Ux0El3zO6hvalxiXj6TfoZ41dbhNyvpYk="
- - secure: "A4hMEe5RRfUtYjFGbT7QAvT1Tyo434N+/TiuQeQ4q0L46c79LnXuGQzbFLOFZshZiplLkJr7lFg466CoI1bf2L0cQOew/LesMhE75v0HQ7tZnExWhdpAk0ri6nWixbjn/dmQ0+HxjzJ48A44DMMBYcvSIsO4vflvuJ8etfSg42k="