Skip to content

Commit c3f7091

Browse files
committed
try again
1 parent 788a68e commit c3f7091

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ jobs:
3838
ORG_GRADLE_PROJECT_gpg_key64: ${{ secrets.GPG_KEY64 }}
3939
steps:
4040
- uses: actions/checkout@v6
41+
with:
42+
persist-credentials: false
4143
- name: Configure git credentials for JGit
4244
run: |
4345
git config --local http.https://github.com/.extraheader "AUTHORIZATION: basic $(echo -n x-access-token:${{ secrets.GITHUB_TOKEN }} | base64)"

0 commit comments

Comments
 (0)