Revert "Test"
This reverts commit e5287405ad2a336cbab391cdff35af4033b31f3c.
This commit is contained in:
parent
e5287405ad
commit
f75277dba8
3
.github/workflows/create-release.yml
vendored
3
.github/workflows/create-release.yml
vendored
@ -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 }}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user