Skip to content

Commit

Permalink
Remove token from checkout step
Browse files Browse the repository at this point in the history
  • Loading branch information
artembilan committed Nov 16, 2023
1 parent 85a1e1f commit 8ce66ba
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ jobs:

- uses: actions/checkout@v4
with:
token: $GITHUB_TOKEN
show-progress: false

- name: Set up Gradle
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ jobs:

- uses: actions/checkout@v3
with:
token: $GITHUB_TOKEN
show-progress: false

- name: Set up JDK
Expand Down

0 comments on commit 8ce66ba

Please sign in to comment.