We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71b1e00 commit 7637378Copy full SHA for 7637378
.github/workflows/reset-2fa.yml
@@ -18,19 +18,13 @@ on:
18
jobs:
19
reset:
20
environment: ${{ inputs.environment }}
21
- runs-on: ubuntu-24.04
+ runs-on:
22
+ - self-hosted
23
+ - ${{ inputs.environment }}
24
+ - node
25
outputs:
- outcome: ${{ steps.deploy.outcome }}
26
timeout-minutes: 60
27
steps:
- - name: Clone country config resource package
- 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"
34
- name: checkout repository
35
uses: actions/checkout@v5
36
- name: Run Ansible Playbook
0 commit comments