Skip to content

Commit 7dc8794

Browse files
committed
api_refs.yaml: Try to trigger PR workflows
peter-evans/create-pull-request#48 (comment)
1 parent bfb1f44 commit 7dc8794

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/api_refs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
- name: Create Pull Request
5959
uses: peter-evans/create-pull-request@v7
6060
env:
61-
GITHUB_TOKEN: ${{ secrets.TRAVIS_GITHUB_TOKEN }}
61+
GITHUB_TOKEN: ${{ secrets.EZROBOT_PAT }}
6262
with:
6363
title: "PHP API Ref ${{ steps.version_and_branches.outputs.version }}"
6464
body: "PHP API Reference update for ${{ steps.version_and_branches.outputs.version }}"

0 commit comments

Comments
 (0)