From c2352a2b1c875c3dec1936233c156b78f490709e Mon Sep 17 00:00:00 2001 From: Jaroslav Brtis Date: Sat, 25 May 2024 23:38:28 -0400 Subject: [PATCH] Configured access token as secret for checkout. --- .github/workflows/maven-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/maven-release.yml b/.github/workflows/maven-release.yml index 19e5aae..8bd3b4c 100644 --- a/.github/workflows/maven-release.yml +++ b/.github/workflows/maven-release.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@v3 with: - token: ${{ github.token }} + token: ${{ secrets.DEPLOY_GITHUB_TOKEN }} - name: Set up JDK 17 uses: actions/setup-java@v3