Skip to content

Commit 1b22511

Browse files
committed
chore: update ci.yml
1 parent 420dd67 commit 1b22511

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,9 +101,10 @@ jobs:
101101
- name: Create Pull Request
102102
uses: peter-evans/create-pull-request@v7
103103
with:
104-
token: ${{ secrets.MINIO_ACCESS_KEY }}
104+
token: ${{ secrets.WORKER_ACCESS_KEY }}
105105
path: ffxiv-datamining-cn
106106
commit-message: "ver ${{ steps.export-csv.outputs.version }}"
107+
author: ${{ github.actor }} <${{ github.actor }}@users.noreply.github.com>
107108
branch: ci/ixion-${{ steps.export-csv.outputs.version }}
108109
base: master
109110
title: "ci: ver ${{ steps.export-csv.outputs.version }}"

0 commit comments

Comments
 (0)