Skip to content

Commit

Permalink
Update release action
Browse files Browse the repository at this point in the history
Send notification to policy hub
  • Loading branch information
flavio committed Apr 18, 2021
1 parent 3e73069 commit efed6a0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,3 +85,9 @@ jobs:
asset_path: target/wasm32-unknown-unknown/release/${{ env.WASM_BINARY_NAME }}.wasm
asset_name: policy.wasm
asset_content_type: application/wasm
-
name: Notify policy-hub
if: ${{ startsWith(github.ref, 'refs/tags/') }}
uses: kubewarden/notify-policy-hub@main
with:
PAT: ${{ secrets.WORKFLOW_PAT }}

0 comments on commit efed6a0

Please sign in to comment.