diff --git a/.github/workflows/distribution.yml b/.github/workflows/distribution.yml index 7955fa8ae426..423af0c369fb 100644 --- a/.github/workflows/distribution.yml +++ b/.github/workflows/distribution.yml @@ -28,6 +28,8 @@ jobs: steps: - uses: actions/checkout@v3 + with: + persist-credentials: false - name: Set up JDK uses: actions/setup-java@v3 with: diff --git a/.github/workflows/hunspell.yml b/.github/workflows/hunspell.yml index ba7e22121cbc..0bc91bd1aac8 100644 --- a/.github/workflows/hunspell.yml +++ b/.github/workflows/hunspell.yml @@ -16,6 +16,8 @@ jobs: steps: - uses: actions/checkout@v3 + with: + persist-credentials: false - name: Set up JDK uses: actions/setup-java@v3