Fixed where repo-token was inputted in release workflow

This commit is contained in:
Ajay Ramachandran
2020-03-10 23:30:53 -04:00
parent cc1b8ee499
commit 5f879bceab

View File

@@ -67,12 +67,10 @@ jobs:
uses: Shopify/upload-to-release@master
with:
args: builds/ChromeExtension.zip
env:
repo-token: ${{ secrets.GITHUB_TOKEN }}
- name: Upload to release
uses: Shopify/upload-to-release@master
with:
args: builds/FirefoxExtension.zip
env:
repo-token: ${{ secrets.GITHUB_TOKEN }}