Skip to content

chore: Moved infer from circleci to github actions. #57

chore: Moved infer from circleci to github actions.

chore: Moved infer from circleci to github actions. #57

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 }}