-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Inject LBHPACKAGESTOKEN with GITHUB_TOKEN for CI runs
GitHub Actions exposes a `GITHUB_TOKEN` secret which allows installing and publishing packages. Developers are used to using `LBHPACKAGESTOKEN` locally, so this change only updates GitHub Actions to correctly inject the `GITHUB_TOKEN`. This will allow us to remove the shared secrets in GitHub Actions: - `NUGET_KEY` - `LBHPACKAGESTOKEN` At the same time, this doesn't affect the local development workflow.
- Loading branch information
Showing
2 changed files
with
6 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters