Skip to content

Commit bfb1f44

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

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/api_refs.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@ jobs:
5757
5858
- name: Create Pull Request
5959
uses: peter-evans/create-pull-request@v7
60+
env:
61+
GITHUB_TOKEN: ${{ secrets.TRAVIS_GITHUB_TOKEN }}
6062
with:
6163
title: "PHP API Ref ${{ steps.version_and_branches.outputs.version }}"
6264
body: "PHP API Reference update for ${{ steps.version_and_branches.outputs.version }}"

0 commit comments

Comments
 (0)