Skip to content

Yashdigi/hello-world-javascript-action

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

java


name: Code signing with Secure Software Manager

on: push

jobs: build: strategy: matrix: os: [ubuntu-latest, windows-latest]

  runs-on: ${{ matrix.os }}

  steps:
   - name: Code signing with Secure Software Manager 
     uses: digicert/ssm-code-signing@latest-version 
  env:
    SM_API_KEY: ${{secrets.SM_API_KEY}} 
    SM_CLIENT_CERT_PASSWORD: ${{secrets.SM_CLIENT_CERT_PASSWORD}} 
    SM_CLIENT_CERT_FILE: ${{secrets.SM_CLIENT_CERT_FILE}}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors