mirror of https://github.com/Bunsly/JobSpy
Update jobspy_scraper.yml
parent
d8ad9da1c0
commit
83c64f4bca
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue