refactor: update ci file

This commit is contained in:
mashal-m
2023-05-26 16:09:11 +05:00
parent e3c77460eb
commit eca0c852c9
2 changed files with 3 additions and 2 deletions

View File

@@ -40,7 +40,7 @@ jobs:
run: npm install -D @semantic-release/changelog @semantic-release/git @semantic-release/exec
- name: Run semantic release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.SEMANTIC_RELEASE_GITHUB_TOKEN }}
run: npx semantic-release
id: ver
outputs:

View File

@@ -38,4 +38,5 @@ jobs:
semantic_version: 16
env:
GITHUB_TOKEN: ${{ secrets.SEMANTIC_RELEASE_GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.SEMANTIC_RELEASE_NPM_TOKEN }}
NPM_TOKEN: ${{ secrets.SEMANTIC_RELEASE_NPM_TOKEN }}