Skip to content

modify-vault-pki-write #9

modify-vault-pki-write

modify-vault-pki-write #9

Workflow file for this run

name: Create Tagged Release
on:
release:
types: [published]
push:
branches:
- main
##
# Re-usable workflows can be found at https://github.com/modusbox/github-actions-node
##
jobs:
test_lint:
uses: modusbox/github-actions-node/.github/workflows/[email protected]
test_dependencies:
uses: modusbox/github-actions-node/.github/workflows/[email protected]
test_audit:
uses: modusbox/github-actions-node/.github/workflows/[email protected]
test_license:
uses: modusbox/github-actions-node/.github/workflows/[email protected]
# TODO: Enable when there are unit tests
# test_unit:
# uses: modusbox/github-actions-node/.github/workflows/[email protected]
# TODO: Enable when there is coveragte for unit tests
# test_coverage:
# uses: modusbox/github-actions-node/.github/workflows/[email protected]
test_int:
uses: modusbox/github-actions-node/.github/workflows/[email protected]
test_func:
uses: ./.github/workflows/testFuncJob.yml
publish_image:
uses: modusbox/github-actions-node/.github/workflows/[email protected]
with:
RELEASE_VERSION: v${{ github.event.release.tag_name }}
RELEASE_URL: ${{ github.server_url }}/${{ github.repository }}/releases/tag/v${{ github.event.release.tag_name }}
secrets:
USER: ${{ github.actor }}
PASSWORD: ${{ secrets.GITHUB_TOKEN }}