9090 with :
9191 fetch-depth : 0
9292 path : mdn/dex
93+ persist-credentials : false
9394
9495 - name : Merge main (if possible)
9596 working-directory : mdn/dex
@@ -115,6 +116,7 @@ jobs:
115116 # so we can figure out each document's last-modified date.
116117 fetch-depth : 0
117118 ref : ${{ github.event.inputs.content-ref }}
119+ persist-credentials : false
118120
119121 - name : Checkout (blog)
120122 uses : actions/checkout@v5
@@ -124,20 +126,23 @@ jobs:
124126 path : mdn/blog
125127 lfs : true
126128 token : ${{ secrets.MDN_STUDIO_PAT }}
129+ persist-credentials : false
127130
128131 - name : Checkout (generic-content)
129132 uses : actions/checkout@v5
130133 if : ${{ ! vars.SKIP_BUILD }}
131134 with :
132135 repository : mdn/generic-content
133136 path : mdn/generic-content
137+ persist-credentials : false
134138
135139 - name : Checkout (curriculum)
136140 uses : actions/checkout@v5
137141 if : ${{ ! vars.SKIP_BUILD }}
138142 with :
139143 repository : mdn/curriculum
140144 path : mdn/curriculum
145+ persist-credentials : false
141146
142147 - name : Checkout (translated-content)
143148 uses : actions/checkout@v5
@@ -148,13 +153,15 @@ jobs:
148153 # See matching warning for mdn/content checkout step
149154 fetch-depth : 0
150155 ref : ${{ github.event.inputs.translated-content-ref }}
156+ persist-credentials : false
151157
152158 - name : Checkout (translated-content-de)
153159 uses : actions/checkout@v5
154160 if : ${{ ! vars.SKIP_BUILD || ! vars.SKIP_FUNCTION }}
155161 with :
156162 repository : mdn/translated-content-de
157163 path : mdn/translated-content-de
164+ persist-credentials : false
158165
159166 - name : Move de into translated-content
160167 if : ${{ ! vars.SKIP_BUILD || ! vars.SKIP_FUNCTION }}
@@ -175,6 +182,7 @@ jobs:
175182 with :
176183 repository : mdn/mdn-contributor-spotlight
177184 path : mdn/mdn-contributor-spotlight
185+ persist-credentials : false
178186
179187 - uses : actions/checkout@v5
180188 if : ${{ ! vars.SKIP_BUILD }}
@@ -204,6 +212,7 @@ jobs:
204212 repository : mdn/rari
205213 path : mdn/rari
206214 ref : ${{ github.event.inputs.rari-ref }}
215+ persist-credentials : false
207216
208217 - name : Cache Cargo registry
209218 if : ${{ !( vars.SKIP_BUILD || github.event.inputs.rari-ref == '' ) }}
0 commit comments