Include github token for finding release

This commit is contained in:
Justin Bassett 2020-09-01 14:57:56 -04:00 committed by GitHub
parent 103863dbb4
commit c6efea6d48
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -116,6 +116,8 @@ jobs:
- name: Get the upload URL for the release
uses: bruceadams/get-release@v1.2.1
id: get_release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Upload Full APK
uses: actions/upload-release-asset@v1