Revert "Test"

This reverts commit e5287405ad2a336cbab391cdff35af4033b31f3c.
This commit is contained in:
Goooler 2025-07-16 11:45:36 +08:00
parent e5287405ad
commit f75277dba8
No known key found for this signature in database
GPG Key ID: 020BDA623C651E0E

View File

@ -7,6 +7,7 @@ on:
jobs:
create-github-release:
runs-on: ubuntu-latest
if: github.event.repository.fork == false
steps:
- uses: actions/checkout@v4
- name: Create GitHub release
@ -14,4 +15,4 @@ jobs:
gh release create ${{ github.ref_name }} \
--title "Create Pull Request ${{ github.ref_name }}" --generate-notes
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.ACTIONS_BOT_TOKEN }}