Skip to content

Commit

Permalink
Changed the token for PR to a PAT (aws#2387)
Browse files Browse the repository at this point in the history
  • Loading branch information
jhaarpan authored Aug 3, 2022
1 parent d308365 commit 9ddc4b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update-prerun-script.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
id: create-pull-request
uses: peter-evans/create-pull-request@f094b77505fb89581e68a1163fbd2fffece39da1
with:
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.JS_SDK_BOT_ACCESS_KEY }}
commit-message: Update integration tests pre-run script ID
title: Update integration tests pre-run script ID
branch: update-pre-run-script-id
Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:
id: pmv-create-pull-request
uses: peter-evans/create-pull-request@f094b77505fb89581e68a1163fbd2fffece39da1
with:
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.JS_SDK_BOT_ACCESS_KEY }}
commit-message: Update integration tests pre-run script ID
title: Update integration tests pre-run script ID for previous release
branch: update-pre-run-script-id-previous-release
Expand Down

0 comments on commit 9ddc4b1

Please sign in to comment.