mirror of
https://codeberg.org/LibRedirect/libredirect.git
synced 2025-01-23 16:01:40 +01:00
Delete build.yml
This commit is contained in:
parent
1cbfe3c6ef
commit
19e4fd22f1
21
.github/workflows/build.yml
vendored
21
.github/workflows/build.yml
vendored
@ -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 }}
|
|
Loading…
Reference in New Issue
Block a user