Integrate github action with Dogu
- run_routine
- upload_application
Default: https://api.dogutech.io
Default: 60 * 60 * 1000 (ms)
project-idroutine-id
project-idfile-path
Organization Token, Project Token, User Token can be used.
- name: Upload Application
uses: dogu-team/dogu-github-action@v1.0
with:
template: upload_application
project-id: 'a5792d9b-a8e8-4ab8-b790-3a503c5a8789'
file-path: '/usr/project/build/app.apk'
env:
DOGU_TOKEN: ${{ secrets.DOGU_TOKEN }}- name: Run Routine
uses: dogu-team/dogu-github-action@v1.0
with:
template: run_routine
project-id: 'a5792d9b-a8e8-4ab8-b790-3a503c5a8789'
routine-id: 'c3218f5f-02bf-43a1-9eb3-acd2753e7567'
env:
DOGU_TOKEN: ${{ secrets.DOGU_TOKEN }}