Update winget.yml to include read-all permissions block
This commit is contained in:
parent
177d993e4f
commit
a0e74643a2
|
@ -8,6 +8,7 @@ on:
|
||||||
jobs:
|
jobs:
|
||||||
publish:
|
publish:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
permissions: read-all
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Extract version from tag
|
- name: Extract version from tag
|
||||||
|
|
Loading…
Reference in New Issue