Fix github token using the wrong key in release workflow

This commit is contained in:
Ajay Ramachandran 2020-03-09 23:10:59 -04:00
parent c0894afff9
commit 50002cfbbd

View file

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