[ci/cd] feat: removed vaultkey tasks

This commit is contained in:
Simon Cornet 2024-12-09 10:47:19 +01:00
commit 85a8fa60b6

View file

@ -26,11 +26,6 @@ jobs:
- name: "Clone repo" - name: "Clone repo"
uses: "actions/checkout@v4" uses: "actions/checkout@v4"
# setup vault key
- name: "Setup Vault Key"
run: |
echo ${{ secrets.VAULT_KEY }} >> secret.key
# run ansible linter # run ansible linter
- name: "Run Ansible Lint" - name: "Run Ansible Lint"
run: | run: |