File tree 1 file changed +5
-0
lines changed
1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change 35
35
with :
36
36
repository : ' DataDog/system-tests'
37
37
ref : ${{ env.ST_REF }}
38
+ persist-credentials : false
38
39
- name : Pull released image
39
40
run : |
40
41
if docker pull ${{ env.REPO }}/system-tests/${{ matrix.image.name }}:latest; then
@@ -106,12 +107,14 @@ jobs:
106
107
with :
107
108
repository : ' DataDog/system-tests'
108
109
ref : ${{ env.ST_REF }}
110
+ persist-credentials : false
109
111
- name : Checkout ${{ matrix.library.repository }}
110
112
uses : actions/checkout@v4
111
113
with :
112
114
repository : ' ${{ matrix.library.repository }}'
113
115
path : ' binaries/${{ matrix.library.path }}'
114
116
fetch-depth : 2
117
+ persist-credentials : false
115
118
- name : Pull released image
116
119
run : |
117
120
if docker pull ${{ env.REPO }}/system-tests/${{ matrix.library.name }}/${{ matrix.image }}-${{ matrix.app }}:latest; then
@@ -252,6 +255,7 @@ jobs:
252
255
with :
253
256
repository : ' DataDog/system-tests'
254
257
ref : ${{ env.ST_REF }}
258
+ persist-credentials : false
255
259
- name : Pull runner image
256
260
run : |
257
261
docker pull ${{ env.REPO }}/system-tests/runner:gha${{ github.run_id }}-g${{ github.sha }}
@@ -317,6 +321,7 @@ jobs:
317
321
with :
318
322
repository : ' DataDog/system-tests'
319
323
ref : ${{ env.ST_REF }}
324
+ persist-credentials : false
320
325
- name : Retrieve logs
321
326
uses : actions/download-artifact@v4
322
327
with :
You can’t perform that action at this time.
0 commit comments