Skip to content

Commit

Permalink
chore: use pat as repo token for nx-migration workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
timonmasberg committed May 1, 2023
1 parent 8af27d3 commit 53ba0e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nx-migration-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
node-version-file: '.nvmrc'
cache: 'npm'
- run: npm ci
- uses: timonmasberg/nx-migration-gh-action@v1.1.1
- uses: timonmasberg/nx-migration-gh-action@v1.1.2
with:
repoToken: ${{ secrets.GITHUB_TOKEN }}
repoToken: ${{ secrets.WORKFLOW_PAT }}
prTitle: 'chore(deps): migrate nx to $VERSION'
legacyPeerDeps: 'true'

0 comments on commit 53ba0e7

Please sign in to comment.