Skip to content

Commit

Permalink
remove token usage during repo checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
ashutshkumr authored Oct 18, 2023
1 parent 955f9a4 commit 4f46345
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ jobs:
uses: actions/checkout@v4
with:
submodules: "true"
token: ${{ secrets.TOKEN_GITHUB }}

- name: Setup Docker
uses: docker-practice/actions-setup-docker@master
Expand Down

0 comments on commit 4f46345

Please sign in to comment.