Skip to content

Commit 87f0857

Browse files
committed
add release key
1 parent a3e44fd commit 87f0857

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/cd.yml

+3
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,10 @@ jobs:
6161

6262
- name: Publish to GitHub Releases
6363
uses: softprops/action-gh-release@v1
64+
permissions:
65+
contents: write
6466
with:
6567
files: dist/*
6668
tag_name: ${{ github.ref }}
6769
body: ${{ github.event.pull_request.body }}
70+
token: ${{ secrets.RELEASE_KEY }}

0 commit comments

Comments
 (0)