ci: use secrets, not with

This commit is contained in:
Zach Daniel 2023-02-16 17:33:08 -05:00
parent 6b2445ef2e
commit 8201b64051
2 changed files with 3 additions and 3 deletions

View file

@ -187,4 +187,4 @@ jobs:
- uses: team-alembic/staple-actions/actions/mix-hex-publish@main
with:
mix-env: dev
hex-api-key: ${{inputs.hex-api-key}}
hex-api-key: ${{secrets.HEX_API_KEY}}

View file

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