We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfb1f44 commit 7dc8794Copy full SHA for 7dc8794
.github/workflows/api_refs.yaml
@@ -58,7 +58,7 @@ jobs:
58
- name: Create Pull Request
59
uses: peter-evans/create-pull-request@v7
60
env:
61
- GITHUB_TOKEN: ${{ secrets.TRAVIS_GITHUB_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.EZROBOT_PAT }}
62
with:
63
title: "PHP API Ref ${{ steps.version_and_branches.outputs.version }}"
64
body: "PHP API Reference update for ${{ steps.version_and_branches.outputs.version }}"
0 commit comments