Revert "ci: use GitHub App token to enable automatic workflow triggering"

This reverts commit e62fba9cc1.
This commit is contained in:
2026-02-12 15:19:22 -05:00
parent e62fba9cc1
commit 189ae50024
2 changed files with 1 additions and 40 deletions
+1 -4
View File
@@ -1,8 +1,5 @@
name: Prepare Release
# Uses GitHub App token (GH_APP_TOKEN) to trigger the release workflow
# GITHUB_TOKEN cannot trigger other workflows due to GitHub security policy
on:
workflow_dispatch:
inputs:
@@ -27,7 +24,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
with:
token: ${{ secrets.GH_APP_TOKEN }}
token: ${{ secrets.GITHUB_TOKEN }}
- name: Configure git
run: |