mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-05-15 19:04:24 -04:00
CI: Update signing workflow commit and permissions
This commit is contained in:
3
.github/workflows/push.yaml
vendored
3
.github/workflows/push.yaml
vendored
@@ -207,12 +207,13 @@ jobs:
|
||||
|
||||
sign-windows-build:
|
||||
name: Windows Signing ✍️
|
||||
uses: obsproject/obs-studio/.github/workflows/sign-windows.yaml@d7bf65a80b40bec6446dcb4a2f03629fb74cc3f9
|
||||
uses: obsproject/obs-studio/.github/workflows/sign-windows.yaml@b5b457d7b059397b70f6e3dd09b65e172ad734c3
|
||||
if: github.repository_owner == 'obsproject' && github.ref_type == 'tag'
|
||||
needs: build-project
|
||||
permissions:
|
||||
contents: 'read'
|
||||
id-token: 'write'
|
||||
attestations: 'write'
|
||||
secrets: inherit
|
||||
|
||||
create-release:
|
||||
|
||||
Reference in New Issue
Block a user