Skip to content

Commit 6c940f8

Browse files
Merge branch 'main' into develop
Signed-off-by: Rob Sewell <mrrobsewell@outlook.com>
2 parents dbbb634 + da21147 commit 6c940f8

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/deploy-module.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ permissions:
2727
checks: write # to allow the workflow to create checks
2828
statuses: write # to allow the workflow to create statuses
2929

30-
3130
name: Deploy Module
3231
# This workflow is triggered on push to the main branch and deploys the module to the PowerShell Gallery and creates a GitHub Release.
3332
jobs:

.github/workflows/deploy-preview-module.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@ jobs:
8080
shell: pwsh
8181
run: ./build.ps1 -tasks publish
8282
env:
83-
GitHubToken: ${{ secrets.GITHUBTOKEN }}
8483
GitHubToken: ${{ secrets.GITHUBTOKEN }}
8584
GalleryApiToken: ${{ secrets.GalleryApiToken }}
8685
ReleaseBranch: develop

0 commit comments

Comments
 (0)