Skip to content

Commit

Permalink
Add android deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
drunkbatya committed Jul 23, 2024
1 parent 686d217 commit 209bb32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
&& (!endsWith(github.event.client_payload.image_tag, '-rc')) }}
uses: peter-evans/repository-dispatch@v3
with:
repository: ${{ secrets.INFRASTRUCTURE_REPO }}
repository: ${{ secrets.BAREMETAL_INFRASTRUCTURE_REPO }}
token: ${{ secrets.K8S_GITHUB_PAT }}
event-type: github-actions-runner-android-deploy
client-payload: '{"image_tag": "${{steps.tag.outputs.image_tag}}"}'
Expand Down

0 comments on commit 209bb32

Please sign in to comment.