diff --git a/.gitea/workflows/cicd.yml b/.gitea/workflows/cicd.yml index da67a44..b1ee905 100644 --- a/.gitea/workflows/cicd.yml +++ b/.gitea/workflows/cicd.yml @@ -16,11 +16,6 @@ jobs: - name: Checkout code uses: actions/checkout@v4 - - name: Install Infisical CLI - run: | - curl -fsSL https://cli.infisical.com/install.sh | bash - export PATH=$PATH:/usr/local/bin - - name: Load environment variables from Infisical env: INFISICAL_URL: "https://vault.bigdata.pens.ac.id"