mirror of
https://github.com/freckle/yesod-auth-oauth2.git
synced 2026-01-11 19:58:28 +01:00
Correct key in Release Workflow
This commit is contained in:
parent
3bd05fa714
commit
b002c74da2
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -9,7 +9,7 @@ jobs:
|
||||
release:
|
||||
runs-on: ubuntu-latest
|
||||
env:
|
||||
HACKAGE_API_KEY: ${{ secrets.HACKAGE_API_KEY }}
|
||||
HACKAGE_API_KEY: ${{ secrets.HACKAGE_UPLOAD_API_KEY }}
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: freckle/stack-upload-action@main
|
||||
|
||||
Loading…
Reference in New Issue
Block a user