We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68bfa66 commit 21a6874Copy full SHA for 21a6874
.github/workflows/deploy.yml
@@ -39,7 +39,7 @@ jobs:
39
steps:
40
- uses: actions/checkout@v6
41
- name: Configure git credentials for JGit
42
- run: git config --local http.https://github.com/.extraheader "AUTHORIZATION: basic $(echo -n "x-access-token:${{ secrets.GITHUB_TOKEN }}" | base64)"
+ run: git config --local http.https://github.com/.extraheader "AUTHORIZATION: basic $(echo -n x-access-token:${{ secrets.GITHUB_TOKEN }} | base64)"
43
- uses: actions/setup-java@v5
44
with:
45
java-version: 21
0 commit comments