Skip to content

Commit

Permalink
#1070: Use personal access token to create PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
laingsimon committed Nov 5, 2024
1 parent 7ceac2a commit 15a573f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/automated-npm-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
if: ${{ steps.git-check.outputs.changes == 'true' }}
uses: peter-evans/create-pull-request@v5
with:
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.couragescores-automatednpmupdate }}
base: main
add-paths: |
CourageScores/ClientApp/package-lock.json
Expand Down

0 comments on commit 15a573f

Please sign in to comment.