Skip to content

Commit

Permalink
update shippable integration type
Browse files Browse the repository at this point in the history
  • Loading branch information
jinal--shah committed Nov 11, 2020
1 parent 7fe1fc1 commit 34bdac7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 2 additions & 0 deletions bash/bundles/release
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
6 changes: 2 additions & 4 deletions shippable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@
# in shippable console.
language: none

env:
- secure: gX7Rt/i0/C05NCD2XS1gTssLtul+rbRdEdtuNSFpegu8Fz85PpAnB+MQlirqQ9M9ObPSSVn599EJo0QUX1Hxx1oBvW11jA7p8iyLea6agEVLY7KBT1rA95TX81O3UwYECpN/hoiDih6hAwRL/em6yGvjqREYkZKKhn0foJ9RM7Xb74BCW8lxEZSSk4JFJssv2PNGgDhbBKfcD1Xk5sqTINleC3x/IpntyphCBFNso3GUOquRSVGtnhU+fWtHSZ2YAr6W3Jy9fUaTcUDbQ/WFJkevmQX7ubCPzuusfZdygUsOQtrbi0vP31kR2vomqH6GKo9pLdCavjlCig1xR2VqqA==

build:

ci:
Expand All @@ -22,4 +19,5 @@ integrations:
on_success: always
on_failure: never
on_pull_request: never

generic:
- integrationName: GITHUB_OAUTH_TOKEN

0 comments on commit 34bdac7

Please sign in to comment.