Skip to content

Commit d88af9d

Browse files
committed
chore: use releaser bot
1 parent cf3ac74 commit d88af9d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@ jobs:
1717
- uses: actions/checkout@v6
1818
with:
1919
fetch-depth: 0
20+
- id: app-token
21+
uses: actions/create-github-app-token@v2
22+
with:
23+
app-id: ${{ secrets.APP_ID }}
24+
private-key: ${{ secrets.GH_APP_PRIVATE_KEY }}
2025
- run: gh pr create -B main -H develop --title 'Prod deploy' --label 'do not merge' --fill
2126
env:
2227
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)