Skip to content

Commit

Permalink
Use pipeline PAT for content modifications
Browse files Browse the repository at this point in the history
  • Loading branch information
ShaunLawrie authored Oct 2, 2024
1 parent 6a9eb72 commit ccc3dde
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-test-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit ccc3dde

Please sign in to comment.