Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolai1205 authored Oct 28, 2024
1 parent 5658273 commit ec94eac
Showing 1 changed file with 2 additions and 16 deletions.
18 changes: 2 additions & 16 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -60,3 +44,5 @@ jobs:
API_KEY: ${{ secrets.API_KEY }}
API_URL: ${{ secrets.API_URL }}
CSV_DIRECTORY: ${{ github.workspace }}/data


0 comments on commit ec94eac

Please sign in to comment.