winget: security hardening (#13511)

This commit is contained in:
Alex
2022-08-29 16:27:12 +01:00
committed by GitHub
parent c38454134e
commit 40822ef366

View File

@@ -2,6 +2,8 @@ name: Publish to WinGet
on: on:
release: release:
types: [released] types: [released]
permissions:
contents: read
jobs: jobs:
publish: publish:
runs-on: windows-latest runs-on: windows-latest