CI: Add triage bot token

This commit is contained in:
Carlos Soriano 2018-12-12 15:51:41 +00:00
parent ddded19a78
commit 06faf4a6e3

View file

@ -5,10 +5,10 @@ variables:
BUNDLE: "nautilus-dev.flatpak"
stages:
- triage
- test
- cross_environment
- deploy
- triage
.test_template: &distro_test
script:
@ -188,7 +188,7 @@ triage:
stage: triage
script:
- gem install gitlab-triage
- gitlab-triage --token $nautilus_bot_token --project-id $CI_PROJECT_PATH --host-url https://gitlab.gnome/org
- gitlab-triage --token $TRIAGE_BOT_TOKEN --project-id $CI_PROJECT_PATH --host-url https://gitlab.gnome/org
only:
- schedules
@ -196,7 +196,7 @@ triage:dry-run:
stage: triage
script:
- gem install gitlab-triage
- gitlab-triage --dry-run --token $nautilus_bot_token --project-id $CI_PROJECT_PATH --host-url https://gitlab.gnome/org
- gitlab-triage --dry-run --token $TRIAGE_BOT_TOKEN --project-id $CI_PROJECT_PATH --host-url https://gitlab.gnome/org
only:
- schedules
when: manual