mirror of
https://github.com/rlespinasse/github-slug-action.git
synced 2026-05-17 18:35:07 +00:00
ci(release): use github token
This commit is contained in:
committed by
GitHub
parent
99afdf4551
commit
82da1fd43c
2
.github/workflows/release-dryrun.yml
vendored
2
.github/workflows/release-dryrun.yml
vendored
@@ -26,4 +26,4 @@ jobs:
|
||||
@semantic-release/git
|
||||
dry_run: true
|
||||
env:
|
||||
GH_TOKEN: ${{ secrets.GH_TOKEN }}
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -20,4 +20,4 @@ jobs:
|
||||
@semantic-release/exec
|
||||
@semantic-release/git
|
||||
env:
|
||||
GH_TOKEN: ${{ secrets.GH_TOKEN }}
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
Reference in New Issue
Block a user