mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-10 01:02:08 +01:00
Update mv3.yml
This commit is contained in:
parent
ac53ac5fee
commit
24040f6a64
1 changed files with 3 additions and 3 deletions
6
.github/workflows/mv3.yml
vendored
6
.github/workflows/mv3.yml
vendored
|
@ -39,7 +39,7 @@ jobs:
|
|||
id: create_release
|
||||
uses: ncipollo/release-action@v1
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ github.token }}
|
||||
GITHUB_TOKEN: ${{ secrets.PAT }}
|
||||
with:
|
||||
tag: ${{ env.TAGNAME }}
|
||||
owner: uBlockOrigin
|
||||
|
@ -48,7 +48,7 @@ jobs:
|
|||
- name: Upload Chromium uBOLite MV3 package
|
||||
uses: actions/upload-release-asset@v1
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
GITHUB_TOKEN: ${{ secrets.PAT }}
|
||||
with:
|
||||
upload_url: ${{ steps.create_release.outputs.upload_url }}
|
||||
asset_path: dist/build/${{ env.PACKAGE }}
|
||||
|
@ -62,7 +62,7 @@ jobs:
|
|||
- name: Upload Firefox uBOLite MV3 package
|
||||
uses: actions/upload-release-asset@v1
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
GITHUB_TOKEN: ${{ secrets.PAT }}
|
||||
with:
|
||||
upload_url: ${{ steps.create_release.outputs.upload_url }}
|
||||
asset_path: dist/build/${{ env.PACKAGE }}
|
||||
|
|
Loading…
Reference in a new issue