Skip to content

inherit secrets

inherit secrets #4

name: Code signing via action
on:
push:
permissions: read-all
jobs:
code-signing:
runs-on: windows-latest
secrets: inherit

Check failure on line 11 in .github/workflows/CodeSigningWithAction.yml

View workflow run for this annotation

GitHub Actions / Code signing via action

Invalid workflow file

The workflow is not valid. .github/workflows/CodeSigningWithAction.yml (Line: 11, Col: 5): Unexpected value 'secrets'
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Sign Artifact with CodeSignTool
uses: Open-Systems-Pharmacology/Test_CS/.github/actions/codesigner-SSL@main
with:
file_path: ./input_files/PKSim.exe
- name: Push signed exe as artifact
uses: actions/upload-artifact@v4
with:
name: signed_PKSim.exe
path: ./input_files/PKSim.exe