Skip to content

Commit 425b670

Browse files
edit travis.yml
1 parent 959e9b8 commit 425b670

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@ before_script:
99
- chmod +x travis/deploy.sh
1010
- chmod +x travis/checkForTag.sh
1111
- git config credential.helper "store --file=.git/credentials"
12-
- echo "https://${MY_GH_TOKEN_OXYGEN}:@github.com" > .git/credentials
12+
- echo "https://${PROLOG_TOKEN}:@github.com" > .git/credentials
1313
- ./travis/checkForTag.sh
1414
script:
1515
- mvn clean install
1616
before_deploy:
1717
- ./travis/deploy.sh
1818
deploy:
1919
provider: releases
20-
api_key: ${MY_GH_TOKEN_OXYGEN}
20+
api_key: ${PROLOG_TOKEN}
2121
file:
2222
- target/oxygen-prolog-updater-${TRAVIS_TAG}-plugin.jar
2323
- target/addon.xml

0 commit comments

Comments
 (0)