From 3daac1212aed1c45f4e62f5481e43d2d21b533c8 Mon Sep 17 00:00:00 2001 From: picolino Date: Tue, 20 Dec 2022 06:56:03 +0300 Subject: [PATCH] Prettify workflow --- .github/workflows/build-and-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-publish.yml b/.github/workflows/build-and-publish.yml index 79c71d4..cac3e63 100644 --- a/.github/workflows/build-and-publish.yml +++ b/.github/workflows/build-and-publish.yml @@ -10,7 +10,7 @@ env: APP_PACKAGE_PATH: './published' # set this to the path to your app project, defaults to the repository root NETCORE_VERSION: '6.0.300' # set this to the .NET Core version to use GITHUB_REPOSITORY_OWNER: ${{ github.repository_owner }} # set this to access token to github.com - GITHUB_API_KEY: ${{ github.token }} # set this to access token to github.com + GITHUB_API_KEY: ${{ github.token }} # set this to access token to github.com NUGET_API_KEY: ${{ secrets.NUGET_API_KEY }} # set this to access token to nuget.org jobs: