Skip to content

Commit f273886

Browse files
committed
fix: minor issues with nightly runs
1 parent 10de784 commit f273886

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/nightly_docker_test.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ jobs:
209209
210210
promote-windows:
211211
needs: [windows-tests, linux-tests]
212-
runs-on: [self-hosted, Windows, pygeometry]
212+
runs-on: windows-latest
213213
name: Promote Windows container
214214
if: ${{ github.event.inputs.promote == 'true' || github.event_name == 'schedule' }}
215215
env:
@@ -220,8 +220,8 @@ jobs:
220220
uses: docker/login-action@v3
221221
with:
222222
registry: ghcr.io
223-
username: ${{ secrets.PYANSYS_CI_BOT_USERNAME }}
224-
password: ${{ secrets.PYANSYS_CI_BOT_TOKEN }}
223+
username: ${{ github.actor }}
224+
password: ${{ secrets.GITHUB_TOKEN }}
225225

226226
- name: Pull Windows latest unstable container
227227
run: docker pull ${{ env.WINDOWS_UNSTABLE }}
@@ -245,8 +245,8 @@ jobs:
245245
uses: docker/login-action@v3
246246
with:
247247
registry: ghcr.io
248-
username: ${{ secrets.PYANSYS_CI_BOT_USERNAME }}
249-
password: ${{ secrets.PYANSYS_CI_BOT_TOKEN }}
248+
username: ${{ github.actor }}
249+
password: ${{ secrets.GITHUB_TOKEN }}
250250

251251
- name: Pull Linux latest unstable container
252252
run: docker pull ${{ env.LINUX_UNSTABLE }}

0 commit comments

Comments
 (0)