aboutsummaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
authorAjay Ramachandran <[email protected]>2020-03-10 23:30:53 -0400
committerAjay Ramachandran <[email protected]>2020-03-10 23:30:53 -0400
commit5f879bceabdc8776959197f7b7890001f27ea71c (patch)
treea5364cc020a1beef5837c0463585753fe2f9c8be /.github
parentcc1b8ee49942902086b089300c907944d47f958a (diff)
downloadSponsorBlock-5f879bceabdc8776959197f7b7890001f27ea71c.tar.gz
SponsorBlock-5f879bceabdc8776959197f7b7890001f27ea71c.zip
Fixed where repo-token was inputted in release workflow
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/release.yml2
1 files changed, 0 insertions, 2 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 7765c18f..21a2fe2a 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -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 }}