This commit is contained in:
Théo LAGACHE
2026-03-04 10:17:37 +01:00
parent d128234ae6
commit 11c764c2f3
+6 -4
View File
@@ -14,10 +14,15 @@ jobs:
contents: write
steps:
- uses: actions/create-github-app-token@v1
id: app-token
with:
app-id: ${{ vars.APP_ID }}
private-key: ${{ secrets.APP_PRIVATE_KEY }}
- uses: actions/checkout@v4
with:
fetch-depth: 0
token: ${{ secrets.GH_PAT }}
- uses: pnpm/action-setup@v4
@@ -32,7 +37,4 @@ jobs:
- run: git config --global user.email 'github-actions[bot]@users.noreply.github.com'
- name: Run release-it
env:
GITHUB_TOKEN: ${{ secrets.GH_PAT }}
run: pnpm exec release-it --ci