ci: add hex api key secret

This commit is contained in:
Zach Daniel 2023-02-18 10:59:06 -05:00
parent c5579c62f0
commit c70fffba58

View file

@ -11,3 +11,5 @@ jobs:
uses: ash-project/ash/.github/workflows/ash-ci.yml@main uses: ash-project/ash/.github/workflows/ash-ci.yml@main
with: with:
postgres: true postgres: true
secrets:
hex-api-key: ${{ secrets.HEX_API_KEY }}