diff --git a/.github/workflows/signpath-code-signing.yml b/.github/workflows/signpath-code-signing.yml index 1a52d395bd..1b9b40f0cd 100644 --- a/.github/workflows/signpath-code-signing.yml +++ b/.github/workflows/signpath-code-signing.yml @@ -41,7 +41,7 @@ jobs: with: api-token: ${{ secrets.SIGNPATH_API_TOKEN }} organization-id: ${{ secrets.SIGNPATH_ORGANIZATION_ID }} - project-slug: ${{ secrets.SIGNPATH_PROJECT_SLUG }} + project-slug: super-productivity # signing-policy-slug: 'release-signing' signing-policy-slug: 'test-signing' artifact-configuration-slug: 'setup' diff --git a/.signpath/policies/super-productivity/release-signing.yml b/.signpath/policies/super-productivity/release-signing.yml new file mode 100644 index 0000000000..926666220b --- /dev/null +++ b/.signpath/policies/super-productivity/release-signing.yml @@ -0,0 +1,4 @@ +github-policies: + runners: + allowed_groups: + - 'GitHub Actions' diff --git a/.signpath/policies/super-productivity/test-signing.yml b/.signpath/policies/super-productivity/test-signing.yml new file mode 100644 index 0000000000..926666220b --- /dev/null +++ b/.signpath/policies/super-productivity/test-signing.yml @@ -0,0 +1,4 @@ +github-policies: + runners: + allowed_groups: + - 'GitHub Actions'