We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d14a31 commit d3eefb0Copy full SHA for d3eefb0
1 file changed
.github/workflows/deploy-trigger.yml
@@ -19,8 +19,6 @@ jobs:
19
20
steps:
21
- name: Trigger Workflow in Another Repository
22
- env:
23
- GH_TOKEN: ${{ secrets.CLASSIC_PATKA }}
24
run: |
25
# Set the required variables
26
repo="IgniteUI/igniteui-actions"
@@ -31,4 +29,6 @@ jobs:
31
29
gh api repos/$repo/dispatches \
32
30
--method POST \
33
--field event_type="$event_type" \
34
- --raw-field client_payload="{\"branch\": \"$branch\", \"unit\": false, \"integration\": true}"
+ --raw-field client_payload="{\"branch\": \"$branch\", \"unit\": false, \"integration\": true}"
+ env:
+ GH_TOKEN: ${{ secrets.CLASSIC_PATKA }}
0 commit comments