1
0
Fork 0
mirror of https://github.com/Ellpeck/MLEM.git synced 2024-04-29 07:39:06 +02:00

actions: fixed env variable names

This commit is contained in:
Ell 2024-01-14 22:29:53 +01:00
parent 6487ad3644
commit cd8b10bd4d

View file

@ -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: