ci: pat
This commit is contained in:
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@@ -11,7 +11,7 @@ jobs:
|
|||||||
node-version: 16
|
node-version: 16
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GH_TOKEN }}
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: npm i
|
run: npm i
|
||||||
@@ -22,6 +22,6 @@ jobs:
|
|||||||
- name: Semantic release
|
- name: Semantic release
|
||||||
uses: codfish/semantic-release-action@v1
|
uses: codfish/semantic-release-action@v1
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
|
||||||
GIT_AUTHOR_NAME: '${{ github.actor }}'
|
GIT_AUTHOR_NAME: '${{ github.actor }}'
|
||||||
GIT_COMMITTER_NAME: '${{ github.actor }}'
|
GIT_COMMITTER_NAME: '${{ github.actor }}'
|
||||||
|
Reference in New Issue
Block a user