From 34bdac72f8944cda319ec6615faa1fd38a9ee458 Mon Sep 17 00:00:00 2001 From: jinal--shah Date: Wed, 11 Nov 2020 18:49:10 +0100 Subject: [PATCH] update shippable integration type --- bash/bundles/release | 2 ++ shippable.yml | 6 ++---- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bash/bundles/release b/bash/bundles/release index 043c4b6..f5b7d63 100755 --- a/bash/bundles/release +++ b/bash/bundles/release @@ -15,6 +15,8 @@ release() { if [[ "$IS_GIT_TAG" == "true" ]] ; then + export GITHUB_TOKEN=${GITHUB_OAUTH_TOKEN} + echo "shippable vars:" echo "BRANCH: $BRANCH" echo "TAG FOR RELEASE: $GIT_TAG_NAME" diff --git a/shippable.yml b/shippable.yml index 579cff2..9079c11 100644 --- a/shippable.yml +++ b/shippable.yml @@ -4,9 +4,6 @@ # in shippable console. language: none -env: - - secure: gX7Rt/i0/C05NCD2XS1gTssLtul+rbRdEdtuNSFpegu8Fz85PpAnB+MQlirqQ9M9ObPSSVn599EJo0QUX1Hxx1oBvW11jA7p8iyLea6agEVLY7KBT1rA95TX81O3UwYECpN/hoiDih6hAwRL/em6yGvjqREYkZKKhn0foJ9RM7Xb74BCW8lxEZSSk4JFJssv2PNGgDhbBKfcD1Xk5sqTINleC3x/IpntyphCBFNso3GUOquRSVGtnhU+fWtHSZ2YAr6W3Jy9fUaTcUDbQ/WFJkevmQX7ubCPzuusfZdygUsOQtrbi0vP31kR2vomqH6GKo9pLdCavjlCig1xR2VqqA== - build: ci: @@ -22,4 +19,5 @@ integrations: on_success: always on_failure: never on_pull_request: never - + generic: + - integrationName: GITHUB_OAUTH_TOKEN