mirror of
https://gitea.fenix-dev.com/fenix-gitea-admin/iac-ansible-private.git
synced 2025-10-27 00:33:16 +00:00
Update .gitea/workflows/deploy-k8s.yml
This commit is contained in:
@ -10,8 +10,6 @@ jobs:
|
||||
runs-on: fenix-opentofu
|
||||
env:
|
||||
CONSUL_HTTP_TOKEN: ${{ secrets.CONSUL_HTTP_TOKEN }}
|
||||
PM_API_TOKEN_ID: ${{ secrets.PM_API_TOKEN_ID }}
|
||||
PM_API_TOKEN_SECRET: ${{ secrets.PM_API_TOKEN_SECRET }}
|
||||
BW_EMAIL: ${{ secrets.BW_EMAIL }}
|
||||
BW_PASSWORD: ${{ secrets.BW_PASSWORD }}
|
||||
BW_CLIENTID: ${{ secrets.BW_CLIENTID }}
|
||||
@ -38,9 +36,6 @@ jobs:
|
||||
bw login --apikey
|
||||
echo "session"
|
||||
BW_SESSION=$(bw unlock "$BW_PASSWORD" --raw)
|
||||
echo "getting item"
|
||||
bw get item "iac.proxmox.ssh.link" --session "$BW_SESSION" | jq -r '.notes' > "proxmox-ssh-link.txt"
|
||||
cat proxmox-ssh-link.txt
|
||||
|
||||
|
||||
- name: Cloning ansible repository
|
||||
|
||||
Reference in New Issue
Block a user