Skip to content

Commit 8698b8e

Browse files
committed
CI (Windows): makes signing policy configurable
1 parent be0756f commit 8698b8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -725,7 +725,7 @@ jobs:
725725
api-token: '${{ secrets.SIGNPATH_API_TOKEN }}'
726726
organization-id: '${{ vars.SIGNPATH_ORG_ID }}'
727727
project-slug: 'fastfetch'
728-
signing-policy-slug: 'test-signing'
728+
signing-policy-slug: '${{ vars.SIGNPATH_SIGNING_POLICY }}'
729729
github-artifact-id: '${{ steps.upload-unsigned-artifact.outputs.artifact-id }}'
730730
wait-for-completion: true
731731
output-artifact-directory: '.'

0 commit comments

Comments
 (0)