ci(release): use github token

This commit is contained in:
Romain Lespinasse
2022-08-22 23:02:40 +02:00
committed by GitHub
parent 99afdf4551
commit 82da1fd43c
2 changed files with 2 additions and 2 deletions

View File

@@ -26,4 +26,4 @@ jobs:
@semantic-release/git
dry_run: true
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

View File

@@ -20,4 +20,4 @@ jobs:
@semantic-release/exec
@semantic-release/git
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}