There was an error while loading. Please reload this page.
1 parent 09c3387 commit 29f2116Copy full SHA for 29f2116
1 file changed
.github/workflows/build.yml
@@ -44,7 +44,14 @@ jobs:
44
--store-password-in-clear-text
45
46
- name: Install Computo CLI tools
47
+ env:
48
+ API_GITHUB_TOKEN: ${{ secrets.API_GITHUB_TOKEN }}
49
run: |
50
+ dotnet nuget add source "https://nuget.pkg.github.com/computorg/index.json" \
51
+ --name "GitHubPackages" \
52
+ --username "fradav" \
53
+ --password "$API_GITHUB_TOKEN" \
54
+ --store-password-in-clear-text
55
dotnet tool install --global Computo.PublicationUpdater.Cli
56
echo "$HOME/.dotnet/tools" >> $GITHUB_PATH
57
0 commit comments