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 abfad56 commit dd15bd7Copy full SHA for dd15bd7
.github/workflows/release.yml
@@ -8,6 +8,7 @@ on:
8
jobs:
9
changelog:
10
runs-on: ubuntu-latest
11
+ if: ${{ github.repository_owner == 'openapi-ts' }}
12
permissions:
13
contents: write
14
pull-requests: write
@@ -28,5 +29,5 @@ jobs:
28
29
commit: "[ci] release"
30
title: "[ci] release"
31
env:
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
32
+ GITHUB_TOKEN: ${{ secrets.OPENAPI_TS_BOT_GITHUB_TOKEN }}
33
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments