diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index fc28adf3..d32c5d4b 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -12,6 +12,9 @@ jobs: - name: Checkout code uses: actions/checkout@v4 + - name: write vault-pass + run: echo ${{ secrets.VAULTPASS }} > ./vault-pass + - name: Run ansible-lint uses: docker://registry.mgrote.net/ansible-devspace:latest with: