Skip to content

feat: Add certificate parameter #10

feat: Add certificate parameter

feat: Add certificate parameter #10

Workflow file for this run

on: push
name: Testing action
jobs:
run_action:
runs-on: windows-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Create test file
run: |
copy C:\Windows\System32\wmi.dll .
- name: Run the action
uses: ./
with:
organization: ${{ secrets.ORGANIZATION }}
token: ${{ secrets.TOKEN }}
certificate: "224b501264c1454d4627268297670451aed3b0d9"
file: "wmi.dll"