Skip to content

Commit

Permalink
Remove token from Checkout action
Browse files Browse the repository at this point in the history
  • Loading branch information
AsemLab committed Jul 29, 2024
1 parent e18efb7 commit 313e9e9
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,9 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
with:
# Must be used to trigger workflow after push
token: ${{ secrets.GITHUB_TOKEN }}

- name: Setup Java
uses: actions/setup-java@v4.2.1
uses: actions/setup-java@v2
with:
java-version: 17

Expand Down

0 comments on commit 313e9e9

Please sign in to comment.