From 47bf2d1f131c5a9dab9139dddf1ff22ee028e37d Mon Sep 17 00:00:00 2001 From: Kamron Batman <3953314+kamronbatman@users.noreply.github.com> Date: Sat, 6 Jun 2026 15:00:06 -0700 Subject: [PATCH] chore: Change signing policy slug to 'release-signing' (#2466) --- .github/workflows/build-tool-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-tool-release.yml b/.github/workflows/build-tool-release.yml index c5aea1933..69ee42ceb 100644 --- a/.github/workflows/build-tool-release.yml +++ b/.github/workflows/build-tool-release.yml @@ -95,7 +95,7 @@ jobs: api-token: '${{ secrets.SIGNPATH_API_TOKEN }}' organization-id: '${{ secrets.SIGNPATH_ORGANIZATION_ID }}' project-slug: 'modernuo' - signing-policy-slug: 'test-signing' + signing-policy-slug: 'release-signing' artifact-configuration-slug: 'build-tool' github-artifact-id: '${{ steps.upload-for-signing.outputs.artifact-id }}' wait-for-completion: true