Update jobspy_scraper.yml

pull/268/head
fakebranden 2025-03-07 15:43:59 -05:00 committed by GitHub
parent d8ad9da1c0
commit 83c64f4bca
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 6 additions and 1 deletions

View File

@ -5,6 +5,11 @@ on:
schedule: schedule:
- cron: '0 */6 * * *' # Runs every 6 hours - cron: '0 */6 * * *' # Runs every 6 hours
permissions:
actions: write
contents: read
id-token: write
jobs: jobs:
scrape_jobs: scrape_jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
@ -36,7 +41,7 @@ jobs:
fi fi
- name: Upload JobSpy Output as Artifact - name: Upload JobSpy Output as Artifact
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v4 # Explicitly using latest version
with: with:
name: jobspy-results name: jobspy-results
path: jobspy_output.csv path: jobspy_output.csv