Skip to content

Commit

Permalink
build: use PAT instead of GITHUB_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
Chinlinlee committed Apr 1, 2023
1 parent b0054e2 commit 58cef54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
uses: actions/checkout@v3
with:
repository: Chinlinlee/raccoon-test@main
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.MY_PAT }
lfs: true
path: "raccoon-test"

Expand Down

0 comments on commit 58cef54

Please sign in to comment.