about summary refs log tree commit diff stats
path: root/.github
diff options
context:
space:
mode:
authoralefvanoon <53198048+alefvanoon@users.noreply.github.com>2021-12-05 19:09:33 +0100
committerGitHub <noreply@github.com>2021-12-05 19:09:33 +0100
commit19e4fd22f19fbd3d38691870531dc34b0f08df4f (patch)
treef9f9afd24844d9061ca77525c7403ce8803054f1 /.github
parentupdated the name and button not showing in firefox (diff)
downloadlibredirect-19e4fd22f19fbd3d38691870531dc34b0f08df4f.zip
Delete build.yml
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml21
1 files changed, 0 insertions, 21 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
deleted file mode 100644
index 7881def2..00000000
--- a/.github/workflows/build.yml
+++ /dev/null
@@ -1,21 +0,0 @@
-name: Builds, signs and publishes the WebExtension
-on:
-  push:
-    branches:
-      - master
-
-jobs:
-  publish-to-amo:
-    name: Build and publish the extension
-    runs-on: ubuntu-latest
-    steps:
-      - name: Pull and checkout source
-        uses: actions/checkout@master
-
-      - name: Sign the web-ext
-        uses: saphareas/sign-web-extension-action@master
-        with:
-          web-ext-id: "{your extension uuid}"
-          sign-listed: false
-          amo-api-key: ${{ secrets.AMO_API_KEY }}
-          amo-api-secret: ${{ secrets.AMO_API_SECRET }}