Skip to content

Commit

Permalink
add pat
Browse files Browse the repository at this point in the history
  • Loading branch information
ChiHaoLu committed Sep 24, 2024
1 parent 14d11f6 commit 77a7513
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/nextjs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
- name: Detect package manager
id: detect-package-manager
run: |
export PAT=${{ secrets.PAT }}
if [ -f "${{ github.workspace }}/yarn.lock" ]; then
echo "manager=yarn" >> $GITHUB_OUTPUT
echo "command=install" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 77a7513

Please sign in to comment.