mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-07-17 16:37:43 +00:00
build: sign path setup 4
This commit is contained in:
parent
515dd9becc
commit
9adf3a63d0
3 changed files with 9 additions and 1 deletions
2
.github/workflows/signpath-code-signing.yml
vendored
2
.github/workflows/signpath-code-signing.yml
vendored
|
|
@ -41,7 +41,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
api-token: ${{ secrets.SIGNPATH_API_TOKEN }}
|
api-token: ${{ secrets.SIGNPATH_API_TOKEN }}
|
||||||
organization-id: ${{ secrets.SIGNPATH_ORGANIZATION_ID }}
|
organization-id: ${{ secrets.SIGNPATH_ORGANIZATION_ID }}
|
||||||
project-slug: ${{ secrets.SIGNPATH_PROJECT_SLUG }}
|
project-slug: super-productivity
|
||||||
# signing-policy-slug: 'release-signing'
|
# signing-policy-slug: 'release-signing'
|
||||||
signing-policy-slug: 'test-signing'
|
signing-policy-slug: 'test-signing'
|
||||||
artifact-configuration-slug: 'setup'
|
artifact-configuration-slug: 'setup'
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,4 @@
|
||||||
|
github-policies:
|
||||||
|
runners:
|
||||||
|
allowed_groups:
|
||||||
|
- 'GitHub Actions'
|
||||||
4
.signpath/policies/super-productivity/test-signing.yml
Normal file
4
.signpath/policies/super-productivity/test-signing.yml
Normal file
|
|
@ -0,0 +1,4 @@
|
||||||
|
github-policies:
|
||||||
|
runners:
|
||||||
|
allowed_groups:
|
||||||
|
- 'GitHub Actions'
|
||||||
Loading…
Add table
Add a link
Reference in a new issue