Skip to content

Commit 05ff970

Browse files
Fix usage of correct token
1 parent 41b89e8 commit 05ff970

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/callable-watch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
- name: Create Pull Request
5050
uses: peter-evans/create-pull-request@v4
5151
with:
52-
token: ${{ secrets.BOT_TOKEN }}
52+
token: ${{ secrets.token }}
5353
push-to-fork: ${{ inputs.push_repository }}
5454
author: Schranz PHP Recipes Bot <[email protected]>
5555
committer: Schranz PHP Recipes Bot <[email protected]>

0 commit comments

Comments
 (0)