Skip to content

feat: Add hub-settings tool to sync settings from yaml to github. #44

feat: Add hub-settings tool to sync settings from yaml to github.

feat: Add hub-settings tool to sync settings from yaml to github. #44

Workflow file for this run

name: publish
on:
push:
branches: [master]
release:
types: [released]
jobs:
publish:
uses: TokTok/ci-tools/.github/workflows/haskell-publish.yml@master
secrets:
API_TOKEN_HACKAGE: ${{ secrets.API_TOKEN_HACKAGE }}
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }}