We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dbbb634 + da21147 commit 6c940f8Copy full SHA for 6c940f8
2 files changed
.github/workflows/deploy-module.yml
@@ -27,7 +27,6 @@ permissions:
27
checks: write # to allow the workflow to create checks
28
statuses: write # to allow the workflow to create statuses
29
30
-
31
name: Deploy Module
32
# This workflow is triggered on push to the main branch and deploys the module to the PowerShell Gallery and creates a GitHub Release.
33
jobs:
.github/workflows/deploy-preview-module.yml
@@ -80,7 +80,6 @@ jobs:
80
shell: pwsh
81
run: ./build.ps1 -tasks publish
82
env:
83
- GitHubToken: ${{ secrets.GITHUBTOKEN }}
84
GitHubToken: ${{ secrets.GITHUBTOKEN }}
85
GalleryApiToken: ${{ secrets.GalleryApiToken }}
86
ReleaseBranch: develop
0 commit comments