Skip to content

Commit

Permalink
Update notify_parent_repos.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DFortun81 authored Nov 7, 2024
1 parent 7d8cd40 commit 280665d
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/notify_parent_repos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,3 @@ jobs:
WORKFLOW_ID: 67054282
run: |
curl -fL --retry 3 -X POST -H "Accept: application/vnd.github.v3+json" -H "Authorization: token ${{ env.CI_TOKEN }}" https://api.github.com/repos/${{ env.PARENT_REPO }}/actions/workflows/${{ env.WORKFLOW_ID }}/dispatches -d '{"ref":"${{ env.PARENT_BRANCH }}"}'
- name: 'Notify User Repository'
env:
CI_TOKEN: ${{ secrets.CI_TOKEN }}
PARENT_REPO: ATTWoWAddon/User
PARENT_BRANCH: main
WORKFLOW_ID: 67354347
run: |
curl -fL --retry 3 -X POST -H "Accept: application/vnd.github.v3+json" -H "Authorization: token ${{ env.CI_TOKEN }}" https://api.github.com/repos/${{ env.PARENT_REPO }}/actions/workflows/${{ env.WORKFLOW_ID }}/dispatches -d '{"ref":"${{ env.PARENT_BRANCH }}"}'

0 comments on commit 280665d

Please sign in to comment.