Skip to content

Commit a257944

Browse files
committed
updated workflow
1 parent 877d6fe commit a257944

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,11 @@ on:
88
jobs:
99
build:
1010
runs-on: ubuntu-latest
11+
permissions:
12+
contents: write
1113
steps:
1214
- name: Checkout code
13-
uses: actions/checkout@v3
15+
uses: actions/checkout@v4
1416

1517
- name: Setup Node.js
1618
uses: actions/setup-node@v3
@@ -40,5 +42,3 @@ jobs:
4042
draft: false
4143
prerelease: false
4244
generate_release_notes: true
43-
env:
44-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)