Skip to content

Commit ca2de1e

Browse files
Moosemssaviorand
andauthored
Apply suggestions from code review (from batch)
Co-authored-by: Valentin Erokhin <37780080+saviorand@users.noreply.github.com>
1 parent 5e4e37b commit ca2de1e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ on:
44
push:
55
branches:
66
- main
7-
7+
permissions:
8+
contents: write
89
jobs:
910
run-tests:
1011
name: Release package
@@ -31,7 +32,6 @@ jobs:
3132
- name: Upload package to release
3233
uses: svenstaro/upload-release-action@v2
3334
with:
34-
repo_token: ${{ secrets.TOKEN }}
3535
file: lightbug_http.mojopkg
3636
tag: latest-build
3737
overwrite: true

0 commit comments

Comments
 (0)