We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 788a68e commit c3f7091Copy full SHA for c3f7091
1 file changed
.github/workflows/deploy.yml
@@ -38,6 +38,8 @@ jobs:
38
ORG_GRADLE_PROJECT_gpg_key64: ${{ secrets.GPG_KEY64 }}
39
steps:
40
- uses: actions/checkout@v6
41
+ with:
42
+ persist-credentials: false
43
- name: Configure git credentials for JGit
44
run: |
45
git config --local http.https://github.com/.extraheader "AUTHORIZATION: basic $(echo -n x-access-token:${{ secrets.GITHUB_TOKEN }} | base64)"
0 commit comments