Revert "ci: use GitHub App token to enable automatic workflow triggering"
This reverts commit e62fba9cc1.
This commit is contained in:
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user