Skip to content

Commit

Permalink
ci(.github): uses bot PAT instead of real user PAT (#6001)
Browse files Browse the repository at this point in the history
Switches to using a PAT generated using a dedicated bot account instead of a real user PAT.

Signed-off-by: Philipp Rudloff <philipp.rudloff@konghq.com>
  • Loading branch information
Philipp Rudloff authored Feb 14, 2023
1 parent 67c0b4a commit fbe441b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-merged.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: "Send repository dispatch event"
uses: actions/github-script@v6
with:
github-token: ${{ secrets.NOTIFY_GH_TOKEN }}
github-token: ${{ secrets.NOTIFY_BOT_PAT_TOKEN }}
script: |
let branch, pr;
if (context.eventName == "pull_request_target") {
Expand Down

0 comments on commit fbe441b

Please sign in to comment.