diff --git a/.github/workflows/build-test-publish.yml b/.github/workflows/build-test-publish.yml index 8a14d6f..3b0c769 100644 --- a/.github/workflows/build-test-publish.yml +++ b/.github/workflows/build-test-publish.yml @@ -24,7 +24,7 @@ jobs: - name: Version Bump shell: pwsh env: - GH_TOKEN: ${{ github.token }} + GH_TOKEN: ${{ secrets.PIPELINE_PAT }} run: | $ErrorActionPreference = "Stop" & .\PwshSpectreConsole\Build.ps1 @@ -71,7 +71,7 @@ jobs: - name: Version Bump and Publish shell: pwsh env: - GH_TOKEN: ${{ github.token }} + GH_TOKEN: ${{ secrets.PIPELINE_PAT }} run: | $ErrorActionPreference = "Stop"