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 3d752ad commit 1446adbCopy full SHA for 1446adb
.github/workflows/release.yml
@@ -26,6 +26,8 @@ jobs:
26
release:
27
needs: build
28
runs-on: "windows-latest"
29
+ permissions:
30
+ contents: write
31
steps:
32
- uses: actions/checkout@v1
33
- name: download WEventViewer.zip
@@ -35,4 +37,5 @@ jobs:
35
37
- name: upload zip to gh release
36
38
run: gh release upload ${{github.event.release.tag_name}} artifacts/WEventViewer-win-x64/WEventViewer-win-x64.zip
39
env:
- GH_TOKEN: ${{secrets.GITHUB_TOKEN}}
40
+ GH_TOKEN: ${{secrets.GITHUB_TOKEN}}
41
+ GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
0 commit comments