mirror of
https://github.com/Ellpeck/MLEM.git
synced 2024-10-31 21:00:51 +01:00
actions: fixed env variable names
This commit is contained in:
parent
6487ad3644
commit
cd8b10bd4d
1 changed files with 2 additions and 2 deletions
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
|
@ -25,8 +25,8 @@ jobs:
|
|||
with:
|
||||
run: dotnet cake --target Publish --branch ${{ github.ref_name }}
|
||||
env:
|
||||
nuget_key: ${{ secrets.NUGET_KEY }}
|
||||
baget_key: ${{ secrets.BAGET_KEY }}
|
||||
NUGET_KEY: ${{ secrets.NUGET_KEY }}
|
||||
BAGET_KEY: ${{ secrets.BAGET_KEY }}
|
||||
docs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
|
Loading…
Reference in a new issue