Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
bib
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Moritz Aurel Pascal Schubotz
bib
Commits
3cdc3188
Unverified
Commit
3cdc3188
authored
6 years ago
by
Moritz Aurel Pascal Schubotz
Browse files
Options
Downloads
Patches
Plain Diff
Add personal github access token for bibbot
parent
a35739dc
No related branches found
Branches containing commit
Tags
build-master-2018-11-17-47
build-master-2018-11-17-48
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.travis.yml
+3
-1
3 additions, 1 deletion
.travis.yml
README.md
+8
-0
8 additions, 0 deletions
README.md
with
11 additions
and
1 deletion
.travis.yml
+
3
−
1
View file @
3cdc3188
...
...
@@ -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=
This diff is collapsed.
Click to expand it.
README.md
+
8
−
0
View file @
3cdc3188
...
...
@@ -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
```
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment