From ec94eac1de78d64a88e31d0cf83eb093e2c5ce64 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolai=20S=C3=B8ndergaard?= <100568658+Nicolai1205@users.noreply.github.com> Date: Mon, 28 Oct 2024 17:44:23 +0100 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 18 ++---------------- 1 file changed, 2 insertions(+), 16 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ba69d2d..16f054b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -25,22 +25,6 @@ jobs: python -m pip install --upgrade pip pip install -r requirements.txt - # Step to Write API_URL to a File (Temporary - Remember to Delete After) - - name: Write API_URL to File - run: echo "$API_URL" > api_url.txt - env: - API_URL: ${{ secrets.API_URL }} - - # Debugging Step: List files to verify api_url.txt is created - - name: List Files - run: ls -la - - - name: Upload API_URL File as Artifact - uses: actions/upload-artifact@v3 - with: - name: api_url - path: api_url.txt - - name: Run Synternet Data Layer run: python SYNTERNET_DATA_LAYER.py continue-on-error: true @@ -60,3 +44,5 @@ jobs: API_KEY: ${{ secrets.API_KEY }} API_URL: ${{ secrets.API_URL }} CSV_DIRECTORY: ${{ github.workspace }}/data + +