Skip to content

kaz-dam/action-braze-publish

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

Publish files to Braze as Content Blocks

This action is checking the changed files in the repository that is running on, and if the files are considered as content blocks, then it will push the contents of these files into the Braze instance.

Inputs

GITHUB_TOKEN

Required GitHub token provided by the core GitHub library.

BRAZE_REST_ENDPOINT

Required The Braze base REST URL that you can find yours here.

BRAZE_API_KEY

Required The API key that you can create in your Braze instance where you want to push the files into. You can find the guide here.

Outputs

There are no outputs yet.

Example usage

uses: actions/action-braze-publish@v1
with:
  GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
  BRAZE_REST_ENDPOINT: ${{ secrets.BRAZE_REST_ENDPOINT }}
  BRAZE_API_KEY: ${{ secrets.BRAZE_API_KEY }}