Skip to content

Commit

Permalink
Do not use token
Browse files Browse the repository at this point in the history
  • Loading branch information
Francisco Javier Martínez Páez committed Apr 5, 2024
1 parent 80e8911 commit 545c114
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ jobs:
NEXT_RELEASE: ${{ env.NEXT_RELEASE }}

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v2
with:
token: ${{ secrets.GH_TOKEN }}

- name: Set up JDK 17
uses: actions/setup-java@v4
Expand Down

0 comments on commit 545c114

Please sign in to comment.