Use GITHUB_TOKEN variable in release

This commit is contained in:
Nabeel Shahzad 2019-11-19 11:21:12 -05:00
parent bffa5ebde2
commit 02973a0f22

View File

@ -58,6 +58,7 @@ jobs:
all_branches: true all_branches: true
repo: nabeelio/phpvms repo: nabeelio/phpvms
php: '7.2' php: '7.2'
tags: false
# RELEASE STAGE # RELEASE STAGE
# Only runs when there's a tag applied to this release (tag should be the version) # Only runs when there's a tag applied to this release (tag should be the version)
@ -71,8 +72,7 @@ jobs:
deploy: deploy:
provider: releases provider: releases
skip_cleanup: true skip_cleanup: true
api_key: api_key: $GITHUB_TOKEN
secure: kAOYEThsSF8wM7vx+e+xWKhlvsNzhgKn1bk0zLBb7RLUM5pHIGKV/j0KrCNspwIUEPF0O594H6hCyswlpIZfxW2mTnmPqfbKxG/H2rLEAoOV0/MqzeC/gffxm7Eop6Sn4T/UC9kLSgqRynllbYtJDK6aWESdnvK3Fka0Cnpn7l/2phEf2J/nOF6QT/utpws1E0MUGqrKvX1/UYIu8np5e5aYLPOXnqahK8qzJFL4CyNBv+fhXuXfmOF4UbNbSPnrg/kY0QpUtFpz9ebvg5BjfMXJT0P4Q1BjgKBN76A7vz+ZfPmW6SqKv3o1yisXAgBWzylXh8B6pK+cUk4uXbagcGcIdkGOI6pQ5sLq+JOkBhVjSfogERePkt44KPif4EMsLRw/Jp4pTMy/vmgrON/jkbA+jXsOARTG5vAwIq4lyZzZXWUfirYwXeCfasgf+xTdo9C0cOE0jlqojO7SdF2CinDk9BduYpBTectea8Xx+YP5R1JCZNORDYynlLHKMW/8PJyAG+AsbcfKNTobQAfxw1nHa7GoKP1j4MSx1UtbulZdhmeRX/nUTFIvfgEDrl4cdBlt0/o5SuyN92DiCnvJZaYHcgXwYMvoqdXxBCnBKsM/1BZcykWi7Zt/q8krWYCOfCzBN4TDdmrKsEOUkCSOL9mI6gERHGmcGZN05PxU950=
file_glob: true file_glob: true
file: build/* file: build/*
on: on: