We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 777b741 commit 1a83c59Copy full SHA for 1a83c59
.github/workflows/release.yml
@@ -6,7 +6,6 @@ on:
6
- master
7
8
env:
9
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
10
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
11
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
12
@@ -23,6 +22,8 @@ jobs:
23
22
git config --global user.email 'tinkoff-bot@users.noreply.github.com'
24
25
- uses: actions/checkout@v3
+ with:
26
+ token: ${{ secrets.TINKOFF_BOT_PAT }}
27
28
- uses: actions/setup-node@v3
29
with:
@@ -37,3 +38,5 @@ jobs:
37
38
39
- name: Release
40
run: npm run release
41
+ env:
42
+ GITHUB_TOKEN: ${{ secrets.TINKOFF_BOT_PAT }}
0 commit comments