Skip to content

kzhou57/zat-deploy

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace
 
 

Repository files navigation

Zendesk App Tools - Deploying an app

About

This Action is forked from the original /verschoren/zat-deploy, but accept the input parameters to avoid hard coded credentials in .zat file.

Usage

Below is an example flow to Deploy the app.

    name: Deploy Zendesk App

    on:
      push:
        branches: [ master ]

    jobs:
      build:
        runs-on: ubuntu-latest

        steps:
        - uses: actions/checkout@v4

        - name: ZAT Deploy
          uses: kzhou57/zat-update@master
          with:
            subdomain: https://youraccount.zendesk.com
            username: [email protected]
            password: ${{ secrets.ZENDESK_PASSWORD }}
            app_id: 123456

Create or Update

If you have never deployed the app, you'll need to manually create it either using zat tool or on zendesk web page, then you can use the app_id above

Dependencies

  1. The action uses docker: verschoren/zendesk_zat:latest

About

This GitHub Action deploys Zendesk Apps

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 72.2%
  • Dockerfile 27.8%