mirror of
https://github.com/DerDavidBohl/dirigent-spring.git
synced 2026-05-03 19:29:57 -05:00
remove Event
This commit is contained in:
@@ -64,11 +64,3 @@ jobs:
|
||||
GH_PAT: ${{ secrets.PUSH_PAT }}
|
||||
GITHUB_REPOSITORY: ${{ github.repository }}
|
||||
GITHUB_REF_NAME: ${{ github.ref_name }}
|
||||
|
||||
- name: Trigger Build
|
||||
uses: peter-evans/repository-dispatch@v4
|
||||
with:
|
||||
token: ${{ secrets.PUSH_PAT }}
|
||||
event-type: tag-created
|
||||
client-payload: '{"tag": "v${{ github.event.inputs.version }}"}'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user