Skip to content

Commit 3629ade

Browse files
committed
Update token for draft page
1 parent 0390c17 commit 3629ade

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/draft-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,12 @@ jobs:
4646
git add .
4747
git commit -m "Create release for ${{ github.event.client_payload.version || github.event.inputs.version }}"
4848
env:
49-
GITHUB_TOKEN: ${{ secrets.MATZBOT_GITHUB_WORKFLOW_TOKEN }}
49+
GITHUB_TOKEN: ${{ secrets.MATZBOT_AUTO_UPDATE_TOKEN }}
5050

5151
- name: Create Pull Request
5252
uses: peter-evans/create-pull-request@v7
5353
with:
54-
token: ${{ secrets.MATZBOT_GITHUB_WORKFLOW_TOKEN }}
54+
token: ${{ secrets.MATZBOT_AUTO_UPDATE_TOKEN }}
5555
branch: releases/${{ github.event.client_payload.version || github.event.inputs.version }}
5656
delete-branch: true
5757
title: "Create release for ${{ github.event.client_payload.version || github.event.inputs.version }}"

0 commit comments

Comments
 (0)