Skip to content

Commit 7779744

Browse files
committed
update github token
1 parent 85a15bb commit 7779744

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
id: create_release
3737
uses: actions/create-release@v1
3838
env:
39-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
39+
GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}
4040
with:
4141
tag_name: ${{ github.event.pull_request.title }}
4242
release_name: ${{ github.event.pull_request.title }}
@@ -48,7 +48,7 @@ jobs:
4848
id: upload-release-asset
4949
uses: actions/upload-release-asset@v1
5050
env:
51-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
51+
GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}
5252
with:
5353
upload_url: ${{ steps.create_release.outputs.upload_url }}
5454
asset_path: ./out/CustomCommands.zip

0 commit comments

Comments
 (0)