Skip to content

Commit bea879b

Browse files
authored
Merge pull request #11 from WTW-IM/pipeline-bot-pat
Build: ensuring we use pipeline bot pat for checkout
2 parents 954dadc + b43826e commit bea879b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/npm-publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,12 @@ jobs:
3737
uses: actions/checkout@v2
3838
with:
3939
persist-credentials: true
40+
token: ${{ secrets.PIPELINE_BOT_PAT }}
4041
- run: npm ci
4142
- name: Semantic Release
4243
env:
4344
GITHUB_TOKEN: ${{ secrets.PIPELINE_BOT_PAT }}
45+
GH_TOKEN: ${{ secrets.PIPELINE_BOT_PAT }}
4446
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
4547
GIT_AUTHOR_NAME: im-pipeline-bot
4648
GIT_AUTHOR_EMAIL: ${{ secrets.COMMITBOT_EMAIL }}

0 commit comments

Comments
 (0)