We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a29749a commit 4de550eCopy full SHA for 4de550e
1 file changed
.github/workflows/trigger-private-release.yml
@@ -16,14 +16,10 @@ jobs:
16
app-id: ${{ secrets.IGNITEUI_GITHUB_APP_ID }}
17
private-key: ${{ secrets.IGNITEUI_GITHUB_APP_PRIVATE_KEY }}
18
owner: IgniteUI
19
- repositories: |
20
- igniteui-angular-test
21
- igniteui-actions
22
23
- name: Send repository dispatch to private repo
24
uses: peter-evans/repository-dispatch@v3
25
with:
26
- #token: ${{ secrets.CLASSIC_PAT_GITHUB }}
27
token: ${{ steps.app-token.outputs.token }}
28
repository: IgniteUI/igniteui-actions
29
event-type: igniteui-angular-public-release-created
0 commit comments