Skip to content

Commit

Permalink
workflows: remove secrets.PERSONAL_ACCESS_TOKEN
Browse files Browse the repository at this point in the history
Signed-off-by: Kun Lai <me@imlk.top>
  • Loading branch information
imlk0 committed Apr 26, 2024
1 parent e819437 commit e7162df
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build-and-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ jobs:
uses: actions/checkout@v2
with:
submodules: recursive
token: ${{ secrets.PERSONAL_ACCESS_TOKEN }} # https://github.com/actions/checkout/issues/116#issuecomment-644419389

- name: Prepare repo
run:
Expand Down

0 comments on commit e7162df

Please sign in to comment.