fix: remove uinnecessary NuGet login refs NOISSUE
This commit is contained in:
parent
2c2a58975e
commit
604e8dfe70
@ -57,13 +57,6 @@ jobs:
|
|||||||
username: gitearobot
|
username: gitearobot
|
||||||
password: ${{ secrets.PACKAGE_GITEA_PAT }}
|
password: ${{ secrets.PACKAGE_GITEA_PAT }}
|
||||||
registry: git.disi.dev
|
registry: git.disi.dev
|
||||||
- name: Login to HomeLab NuGet feed
|
|
||||||
uses: sersoft-gmbh/dotnet-nuget-login-action@v1
|
|
||||||
with:
|
|
||||||
registry-url: 'https://git.disi.dev/api/packages/HomeLab/nuget/index.json'
|
|
||||||
registry-name: HomeLab
|
|
||||||
username: gitearobot
|
|
||||||
password: ${{ secrets.PACKAGE_GITEA_PAT }}
|
|
||||||
- name: Build and publish
|
- name: Build and publish
|
||||||
run: |
|
run: |
|
||||||
REPOSITORY_OWNER=$(echo "$GITHUB_REPOSITORY" | awk -F '/' '{print $1}' | tr '[:upper:]' '[:lower:]')
|
REPOSITORY_OWNER=$(echo "$GITHUB_REPOSITORY" | awk -F '/' '{print $1}' | tr '[:upper:]' '[:lower:]')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user