We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e2db25 commit c19a607Copy full SHA for c19a607
1 file changed
.github/workflows/release.yml
@@ -19,6 +19,8 @@ on:
19
jobs:
20
validate:
21
runs-on: ubuntu-latest
22
+ permissions:
23
+ contents: read
24
outputs:
25
version: ${{ steps.validate.outputs.version }}
26
tag: ${{ steps.validate.outputs.tag }}
@@ -38,6 +40,8 @@ jobs:
38
40
build-desktop:
39
41
needs: validate
42
runs-on: windows-latest
43
44
45
46
steps:
47
- uses: actions/checkout@v4
0 commit comments