about summary refs log tree commit diff stats
path: root/.github/workflows/build.yml
diff options
context:
space:
mode:
authorrimthekid <farbod@nigge.rs>2021-12-06 23:25:57 +0400
committerrimthekid <farbod@nigge.rs>2021-12-06 23:25:57 +0400
commit1a724571f832b1dd9e28552c7fd4465b86d641cc (patch)
treee0960a321489d50a84292f6b6a2ed5ab6d45cc78 /.github/workflows/build.yml
parenttest kiri (diff)
parentCreate codeql-analysis.yml (diff)
downloadlibredirect-1a724571f832b1dd9e28552c7fd4465b86d641cc.zip
Merge branch 'master' of https://github.com/libredirect/libredirect
Diffstat (limited to '.github/workflows/build.yml')
-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 }}