Skip to content

Commit

Permalink
Publish action
Browse files Browse the repository at this point in the history
  • Loading branch information
ShadowMitia committed Aug 10, 2024
1 parent 397fad1 commit 5932ee1
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Publish
on: [push]
jobs:
publish_to_mozilla:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: make
- uses: wdzeng/firefox-addon@v1
with:
addon-guid: "{a7eef67d-800e-49ec-b795-6a11ee4a2c16}"
xpi-path: straight-to-web.xpi
self-hosted: false
jwt-issuer: ${{ secrets.MOZILLA_USER }}
jwt-secret: ${{ secrets.MOZILLA_JWT }}

0 comments on commit 5932ee1

Please sign in to comment.