Skip to content

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/api_refs.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,8 @@ jobs:
5757
5858
- name: Create Pull Request
5959
uses: peter-evans/create-pull-request@v7
60-
env:
61-
GITHUB_TOKEN: ${{ secrets.EZROBOT_PAT }}
6260
with:
61+
token: ${{ secrets.EZROBOT_PAT }}
6362
title: "PHP API Ref ${{ steps.version_and_branches.outputs.version }}"
6463
body: "PHP API Reference update for ${{ steps.version_and_branches.outputs.version }}"
6564
branch: "${{ steps.version_and_branches.outputs.work_branch }}"

0 commit comments

Comments
 (0)