Skip to content

Commit

Permalink
ci: add permission
Browse files Browse the repository at this point in the history
  • Loading branch information
sxzz authored Aug 30, 2023
1 parent 7a4b72f commit 846d815
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,16 @@ on:
jobs:
release:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0

- uses: actions/setup-node@v3
with:
node-version: 16.x
node-version: lts/*

- run: npx changelogithub
env:
Expand Down

0 comments on commit 846d815

Please sign in to comment.