Skip to content

chore: Update to new third_party method for haskell deps. #16

chore: Update to new third_party method for haskell deps.

chore: Update to new third_party method for haskell deps. #16

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