From 3cdc3188539c8117f359b7b70d7cbf3b1471d691 Mon Sep 17 00:00:00 2001 From: "Moritz Schubotz (physikerwelt)" <wiki@physikerwelt.de> Date: Sat, 17 Nov 2018 13:50:25 +0100 Subject: [PATCH] Add personal github access token for bibbot --- .travis.yml | 4 +++- README.md | 8 ++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 5cb94c9..6a32125 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,6 @@ cache: - "$HOME/.texlive" script: - source ./support/compile.sh - after_success: - export GIT_TAG=build-$TRAVIS_BRANCH-$(date -u "+%Y-%m-%d")-$TRAVIS_BUILD_NUMBER - git tag $GIT_TAG -a -m "Generated tag from TravisCI build $TRAVIS_BUILD_NUMBER" @@ -23,3 +22,6 @@ deploy: - gipp.bib on: repo: ag-gipp/bib +env: + global: + secure: eAJppYPl3FzB2+ntMmSLRh45pJpGSSUx/pWLl0sNbGy8bhVLBFMa9DiURVWJ1YKpKDPhjy/7hYn0BmAq8/fDkpp5DMdZu5E0dCk5Ay+AsZR4aikpWyhGJXHc2WEmxbHF/xTV0/9G/jmAhlznRw0CR6E9S5RB0PFOunBlRDmMPSeICL+V5K/2Yc/7Ha/ljZS/gJlSIwZcVHhlaZSLxdi/CRFSx7VgoTIEgzRBYb82y7VbfwpYC0lTknv5Opg82mpbSIb7AgNzGCjLnoHtXntsGQIS8Jcq/oUyNYPT1wocwH/UPNq29/IKQuczEZzxZp/nJq8D4xNmryRd4iNiL7TdA2nqPz7oxdXZTJZRSWP3EZYw5iubYnN8KeoFrRMMFhT91KrRR6wdUq1WoH0bR7I3EwAR/9VuJ1azAFfA1w/wfDeQuuxmHl5kqNerIXRA/gQIpbDNdRz6piic04PFmXTfy5rRCVc6RHj6+sSaZedokkLq2NG7FgOaFGxaYDPWopWKcPoS0L0vArKHjw/moifYW6mDW3zu0DffUeF8sSXtTCbP99tp8hMUmyFPGCTit4MMECu5zTgSraO3E+lle8KxTvw592juCyELXWRsQvXuoMmt8L/mUFpnapHApLA48yBHDBGYW8Cj0xWEacui/utXGFTVyEFY0wKOnuQxELIvXrI= diff --git a/README.md b/README.md index f50c410..9ac7080 100644 --- a/README.md +++ b/README.md @@ -13,3 +13,11 @@ compare the contents of both files and overwrite `gipp.bib` with ## Automatic release configuration See the [travis manual](https://docs.travis-ci.com/user/deployment/releases/) to understand the release section of the [travis config](.travis.yml) + +For the interaction with GitHub independently from travis, we create +a [personal access token](https://github.com/settings/tokens) and make +it available as environment variable +```bash +travis encrypt $GITHUB_TOKEN=<paste PAT> --add +``` + -- GitLab