Skip to content

Commit b76a550

Browse files
committed
chore: use releaser bot for prod deploy
1 parent d88af9d commit b76a550

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ jobs:
2424
private-key: ${{ secrets.GH_APP_PRIVATE_KEY }}
2525
- run: gh pr create -B main -H develop --title 'Prod deploy' --label 'do not merge' --fill
2626
env:
27-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
27+
GITHUB_TOKEN: ${{ steps.app-token.outputs.token }}

0 commit comments

Comments
 (0)