Skip to content

Commit fd1bfe0

Browse files
committed
fix pr creation
1 parent 2119c0b commit fd1bfe0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/update_simulations.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,9 @@ jobs:
4242
python -u ./scripts/update.py
4343
4444
- name: Create Pull Request
45-
uses: peter-evans/create-pull-request@v4
45+
uses: peter-evans/create-pull-request@v8
4646
with:
47+
token: ${{ secrets.GITHUB_TOKEN }}
4748
commit-message: Simulation static data automatic update
4849
title: Simulation static data automatic update
4950
delete-branch: true

0 commit comments

Comments
 (0)