Skip to content

Commit 3b6c5ce

Browse files
authored
Update release.yml
1 parent 4cc89e3 commit 3b6c5ce

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ jobs:
2323
- name: checkout
2424
uses: actions/checkout@v3
2525
- name: release motion-poll
26-
permissions: write-all
2726
uses: wangyoucao577/go-release-action@v1
2827
with:
2928
github_token: ${{ secrets.GITHUB_TOKEN }}
@@ -34,7 +33,6 @@ jobs:
3433
binary_name: "motion-poll"
3534
extra_files: LICENSE.txt README.md
3635
- name: release set-time
37-
permissions: write-all
3836
uses: wangyoucao577/go-release-action@v1
3937
with:
4038
github_token: ${{ secrets.GITHUB_TOKEN }}
@@ -45,7 +43,6 @@ jobs:
4543
binary_name: "set-time"
4644
extra_files: LICENSE.txt README.md
4745
- name: release set-preset
48-
permissions: write-all
4946
uses: wangyoucao577/go-release-action@v1
5047
with:
5148
github_token: ${{ secrets.GITHUB_TOKEN }}
@@ -56,7 +53,6 @@ jobs:
5653
binary_name: "set-preset"
5754
extra_files: LICENSE.txt README.md
5855
- name: release goto-preset
59-
permissions: write-all
6056
uses: wangyoucao577/go-release-action@v1
6157
with:
6258
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)