Skip to content

Commit cc29dbf

Browse files
committed
[skip ci] update PAT name
1 parent 9ecc9c5 commit cc29dbf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
with:
8181
repository: CollapseLauncher/CollapseLauncher-ReleaseRepo
8282
path: ./target-repo
83-
token: ${{ secrets.GITHUB_TOKEN }}
83+
token: ${{ secrets.RELEASE_REPO_TOKEN }}
8484

8585
- name: Copy files to target repo
8686
run: |
@@ -93,7 +93,7 @@ jobs:
9393
- name: Create Pull Request in Release Repo
9494
uses: peter-evans/create-pull-request@v7
9595
with:
96-
token: ${{ secrets.GITHUB_TOKEN }}
96+
token: ${{ secrets.RELEASE_REPO_TOKEN }}
9797
path: ./target-repo
9898
branch: wuwa-plugin-release-${{ inputs.version }}
9999
base: main

0 commit comments

Comments
 (0)