Skip to content

Commit 291cd3f

Browse files
authored
Merge pull request #3 from Brownserve-UK/alpha2
Small fixes to prepare for first release
2 parents 072dd1e + 1381bac commit 291cd3f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.build/build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ param
4848
)]
4949
[ValidateNotNullOrEmpty()]
5050
[string]
51-
$GitHubRepo = 'Brownserve.PSTools',
51+
$GitHubRepo = 'PuppetPowerShell',
5252

5353
# The PAT for pushing to GitHub
5454
[Parameter(

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ jobs:
2020
- name: run-build-script
2121
env:
2222
GitHubPAT: ${{ secrets.AUTOMATED_BUILD_GITHUB_PAT }}
23-
NugetFeedAPIKey: ${{ secrets.NUGET_API_KEY }}
24-
PSGalleryAPIKey: ${{ secrets.PSGALLERY_API_KEY }}
23+
NugetFeedAPIKey: ${{ secrets.TEMP_NUGET }}
24+
PSGalleryAPIKey: ${{ secrets.TEMP_PSGALLERY }}
2525
shell: pwsh
2626
run: |
2727
./PuppetPowerShell/.build/build.ps1 -BranchName $env:GITHUB_REF -Build 'release' -NugetFeedAPIKey $env:NugetFeedAPIKey -PSGalleryAPIKey $env:PSGalleryAPIKey -Verbose

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ These tools are designed to be cross-platform and have been tested on:
99
* CentOS 7
1010
* macOS 10.14
1111

12-
Documentation can be found in the [GitHub repository](https://github.com/Brownserve-UK/PuppetPowerShell/tree/main/.docs/PuppetPowerShell.md)
12+
For help on specific cmdlets please check the [documentation](https://github.com/Brownserve-UK/PuppetPowerShell/tree/main/.docs/PuppetPowerShell.md)

0 commit comments

Comments
 (0)