mirror of
https://github.com/freckle/yesod-auth-oauth2.git
synced 2026-03-05 04:44:37 +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:
|
release:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
env:
|
env:
|
||||||
HACKAGE_API_KEY: ${{ secrets.HACKAGE_API_KEY }}
|
HACKAGE_API_KEY: ${{ secrets.HACKAGE_UPLOAD_API_KEY }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- uses: freckle/stack-upload-action@main
|
- uses: freckle/stack-upload-action@main
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user