Skip to content
This repository has been archived by the owner on Sep 17, 2024. It is now read-only.

Commit

Permalink
ok
Browse files Browse the repository at this point in the history
  • Loading branch information
reakaleek committed Jul 27, 2023
1 parent 5d2e762 commit 0b7273a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/k8s-autodiscovery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ jobs:
# tags: "metricbeat"
# platforms: [ "debian_10_amd64" ]
env:
E2E_SSH_KEY: ./e2essh
E2E_SSH_KEY_PUB: ./e2essh.pub
SSH_KEY: ./e2essh # TODO: Refactor
E2E_SSH_KEY: ${{ github.workspace }}/e2essh
E2E_SSH_KEY_PUB: ${{ github.workspace }}/e2essh.pub
SSH_KEY: ${{ github.workspace }}/e2essh # TODO: Refactor
ANSIBLE_CONFIG: ./.ci/ansible/ansible.cfg
ANSIBLE_HOST_KEY_CHECKING: False
STACK_INSTANCE_ID: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}_stack
Expand Down

0 comments on commit 0b7273a

Please sign in to comment.