Don't persist credentials unnecessarily

This commit is contained in:
Sebb 2022-10-08 15:23:43 +01:00
parent e588f51b69
commit b6d39a4257
3 changed files with 6 additions and 0 deletions

View File

@ -46,6 +46,8 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
with:
persist-credentials: false
- uses: actions/cache@v3.0.10
with:
path: ~/.m2/repository

View File

@ -30,6 +30,8 @@ jobs:
steps:
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
with:
persist-credentials: false
- uses: actions/cache@v3.0.10
with:
path: ~/.m2/repository

View File

@ -34,6 +34,8 @@ jobs:
# experimental: true
steps:
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
with:
persist-credentials: false
- uses: actions/cache@v3.0.10
with:
path: ~/.m2/repository