mirror of
https://github.com/freckle/yesod-auth-oauth2.git
synced 2026-01-12 04:08:30 +01:00
Correct key in Release Workflow
This commit is contained in:
parent
c94fa8faaf
commit
011ff4f546
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