Skip to content

Commit

Permalink
build: rename token to repo_token
Browse files Browse the repository at this point in the history
  • Loading branch information
Chinlinlee committed Apr 1, 2023
1 parent 7805e59 commit 2b480a1
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.MY_PAT }}
repo_token: ${{ secrets.MY_PAT }}
lfs: true
path: "raccoon-test"

Expand Down

0 comments on commit 2b480a1

Please sign in to comment.