diff options
author | Ajay Ramachandran <[email protected]> | 2020-03-10 23:30:53 -0400 |
---|---|---|
committer | Ajay Ramachandran <[email protected]> | 2020-03-10 23:30:53 -0400 |
commit | 5f879bceabdc8776959197f7b7890001f27ea71c (patch) | |
tree | a5364cc020a1beef5837c0463585753fe2f9c8be /.github | |
parent | cc1b8ee49942902086b089300c907944d47f958a (diff) | |
download | SponsorBlock-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.yml | 2 |
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 }} |