Skip to content

Commit

Permalink
fix: checkout also must use identus_ci token
Browse files Browse the repository at this point in the history
Signed-off-by: Javier Ribó <[email protected]>
  • Loading branch information
elribonazo committed Jul 11, 2024
1 parent 09a000e commit 870b321
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
uses: actions/checkout@v4
with:
submodules: recursive
token: ${{ env.GITHUB_TOKEN }}
token: ${{ secrets.IDENTUS_CI }}
fetch-depth: 0

- name: "Install Java ${{ env.JAVA_VERSION }}"
Expand Down

0 comments on commit 870b321

Please sign in to comment.