Skip to content

Commit

Permalink
final test
Browse files Browse the repository at this point in the history
  • Loading branch information
frankh committed Sep 13, 2024
1 parent d770e1d commit 6ff16e2
Showing 1 changed file with 15 additions and 21 deletions.
36 changes: 15 additions & 21 deletions .github/workflows/rust-docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,24 +132,18 @@ jobs:
app_id: ${{ secrets.DEPLOYER_APP_ID }}
private_key: ${{ secrets.DEPLOYER_APP_PRIVATE_KEY }}

- name: test echo ${{ matrix.release }}
run: |
echo "${{ needs.build.outputs }}"
echo "${{ toJson(needs.build.outputs) }}"
echo "${{ toJson(matrix.values) }}"
# - name: Trigger ${{ matrix.release }} deployment
# uses: peter-evans/repository-dispatch@v3
# with:
# token: ${{ steps.deployer.outputs.token }}
# repository: PostHog/charts
# event-type: commit_state_update
# client-payload: |
# {
# "values": ${{ toJson(matrix.values) }},
# "release": "${{ matrix.release }}",
# "commit": ${{ toJson(github.event.head_commit) }},
# "repository": ${{ toJson(github.repository) }},
# "labels": [],
# "timestamp": "${{ github.event.head_commit.timestamp }}"
# }
- name: Trigger ${{ matrix.release }} deployment
uses: peter-evans/repository-dispatch@v3
with:
token: ${{ steps.deployer.outputs.token }}
repository: PostHog/charts
event-type: commit_state_update
client-payload: |
{
"values": ${{ toJson(matrix.values) }},
"release": "${{ matrix.release }}",
"commit": ${{ toJson(github.event.head_commit) }},
"repository": ${{ toJson(github.repository) }},
"labels": [],
"timestamp": "${{ github.event.head_commit.timestamp }}"
}

0 comments on commit 6ff16e2

Please sign in to comment.