mirror of
https://github.com/Bunsly/JobSpy.git
synced 2026-03-05 03:54:31 -08:00
Update jobspy_scraper.yml
This commit is contained in:
7
.github/workflows/jobspy_scraper.yml
vendored
7
.github/workflows/jobspy_scraper.yml
vendored
@@ -5,6 +5,11 @@ on:
|
||||
schedule:
|
||||
- cron: '0 */6 * * *' # Runs every 6 hours
|
||||
|
||||
permissions:
|
||||
actions: write
|
||||
contents: read
|
||||
id-token: write
|
||||
|
||||
jobs:
|
||||
scrape_jobs:
|
||||
runs-on: ubuntu-latest
|
||||
@@ -36,7 +41,7 @@ jobs:
|
||||
fi
|
||||
|
||||
- name: Upload JobSpy Output as Artifact
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4 # Explicitly using latest version
|
||||
with:
|
||||
name: jobspy-results
|
||||
path: jobspy_output.csv
|
||||
|
||||
Reference in New Issue
Block a user