Skip to content

Commit

Permalink
Add GH Actions secret for NuGetApiKey
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgDangl committed Mar 29, 2024
1 parent c530032 commit 65655d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/continuous.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ jobs:
env:
GitHubAuthenticationToken: ${{ secrets.GITHUB_TOKEN }}
FeedzApiKey: ${{ secrets.FEEDZPUSHAPIKEY }}
NuGetApiKey: ${{ secrets.NUGETAPIKEY }}
steps:
- name: Checkout repository
uses: actions/checkout@v1
Expand Down

0 comments on commit 65655d4

Please sign in to comment.