Skip to content

Commit

Permalink
Disable auto sign and release for now
Browse files Browse the repository at this point in the history
  • Loading branch information
Amunak committed Nov 2, 2024
1 parent 416e3e8 commit 8a516c1
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
34 changes: 17 additions & 17 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,21 +19,21 @@ jobs:
cmd: build
source: .

- name: "web-ext sign"
id: web-ext-sign
uses: kewisch/action-web-ext@v1
with:
cmd: sign
source: ${{ steps.web-ext-build.outputs.target }}
channel: unlisted
apiUrlPrefix: https://addons.thunderbird.net/api/v4
apiKey: ${{ secrets.AMO_SIGN_KEY }}
apiSecret: ${{ secrets.AMO_SIGN_SECRET }}
timeout: 900000
# - name: "web-ext sign"
# id: web-ext-sign
# uses: kewisch/action-web-ext@v1
# with:
# cmd: sign
# source: ${{ steps.web-ext-build.outputs.target }}
# channel: unlisted
# apiUrlPrefix: https://addons.thunderbird.net/api/v4
# apiKey: ${{ secrets.AMO_SIGN_KEY }}
# apiSecret: ${{ secrets.AMO_SIGN_SECRET }}
# timeout: 900000

- name: "Create Release"
uses: softprops/action-gh-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
files: ${{ steps.web-ext-sign.outputs.target }}
# - name: "Create Release"
# uses: softprops/action-gh-release@v1
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# with:
# files: ${{ steps.web-ext-sign.outputs.target }}
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{

Check warning on line 1 in manifest.json

View workflow job for this annotation

GitHub Actions / Lint

/permissions: Invalid permissions "messagesRead" at 2.

See https://mzl.la/1R1n1t0 (MDN Docs) for more information.

Check warning on line 1 in manifest.json

View workflow job for this annotation

GitHub Actions / Lint

/permissions: Invalid permissions "accountsRead" at 3.

See https://mzl.la/1R1n1t0 (MDN Docs) for more information.
"name": "__MSG_extensionName__",
"version": "1.2.0",
"version": "1.2.1",
"description": "__MSG_extensionDescription__",
"author": "Amunak",
"homepage_url": "https://github.com/Amunak/thunderbird-list-unsubscribe-addon",
Expand Down

0 comments on commit 8a516c1

Please sign in to comment.