Skip to content

Commit 7637378

Browse files
committed
fix
1 parent 71b1e00 commit 7637378

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

.github/workflows/reset-2fa.yml

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -18,19 +18,13 @@ on:
1818
jobs:
1919
reset:
2020
environment: ${{ inputs.environment }}
21-
runs-on: ubuntu-24.04
21+
runs-on:
22+
- self-hosted
23+
- ${{ inputs.environment }}
24+
- node
2225
outputs:
23-
outcome: ${{ steps.deploy.outcome }}
2426
timeout-minutes: 60
2527
steps:
26-
- name: Clone country config resource package
27-
uses: actions/checkout@v3
28-
with:
29-
fetch-depth: 1
30-
path: './${{ github.event.repository.name }}'
31-
# FIXME: Reset should work on all servers
32-
- name: Remove 2FA
33-
run: "sudo rm /home/${{ inputs.user }}/.google_authenticator"
3428
- name: checkout repository
3529
uses: actions/checkout@v5
3630
- name: Run Ansible Playbook

0 commit comments

Comments
 (0)