Skip to content

Commit

Permalink
chore: deprecate AXON_BOT_APP (#1635)
Browse files Browse the repository at this point in the history
* chore(CI): deprecate workflows/chaos.yml

* chore(CI): remove trigger-build-docker-image job in release workflow

`Build docker image` will be triggered by `push tag` event
  • Loading branch information
Flouse authored Dec 13, 2023
1 parent 44fa697 commit 480661e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 128 deletions.
109 changes: 0 additions & 109 deletions .github/workflows/chaos.yml

This file was deleted.

19 changes: 0 additions & 19 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,22 +138,3 @@ jobs:
asset_name: axon_${{ needs.version.outputs.tag }}_${{ matrix.REL_PKG }}
asset_path: ${{ github.workspace }}/axon_${{ needs.version.outputs.tag }}_${{ matrix.REL_PKG }}
asset_content_type: application/octet-stream

trigger-build-docker-image:
runs-on: ubuntu-22.04
needs:
- version
steps:
- uses: actions/checkout@v4
- name: Generate axon-bot token
id: generate_axon_bot_token
uses: wow-actions/use-app-token@v2
with:
app_id: ${{ secrets.AXON_BOT_APP_ID }}
private_key: ${{ secrets.AXON_BOT_PRIVATE_KEY }}
- name: Invoke build docker image with inputs
uses: aurelien-baudet/workflow-dispatch@v2
with:
workflow: Build docker image
token: ${{ secrets.GITHUB_TOKEN }}
inputs: '{ "dispatch": "${{ needs.version.outputs.tag }}" }'

0 comments on commit 480661e

Please sign in to comment.