Skip to content

Commit

Permalink
Trigger website workflow on release
Browse files Browse the repository at this point in the history
  • Loading branch information
ttoino committed Nov 14, 2023
1 parent 62febca commit 3d47613
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,13 @@ jobs:
asset_path: web-ext-artifacts/*.xpi
asset_name: firefox.xpi
asset_content_type: application/x-xpinstall
- name: Trigger workflow on website
uses: benc-uk/workflow-dispatch@v1
with:
workflow: cd.yaml
repo: NIAEFEUP/nitsig-website
inputs: '{ "version": "${{ github.event.release.name }}" }'
token: ${{ secrets.GITHUB_TOKEN }}

# opera:
# name: Deploy to Opera
Expand Down

0 comments on commit 3d47613

Please sign in to comment.