Skip to content

Commit

Permalink
try things
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Sep 3, 2024
1 parent 8a600f3 commit 842c7b5
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/version_updater.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: Version Updater
on:
push:
branches:
- troubleshoot-version-updater
schedule:
# Runs at 00:00 every day
- cron: '0 0 * * *'
Expand All @@ -9,10 +12,11 @@ jobs:
update-nuclei-version:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
ref: dev
fetch-depth: 0
token: ${{ secrets.BBOT_DOCS_UPDATER_PAT }}
- name: Set up Python
uses: actions/setup-python@v4
with:
Expand Down Expand Up @@ -54,16 +58,15 @@ jobs:
# Release notes:
${{ env.release_notes }}
branch: "update-nuclei"
committer: GitHub <[email protected]>
author: GitHub <[email protected]>
assignees: "TheTechromancer"
update-trufflehog-version:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
ref: dev
fetch-depth: 0
token: ${{ secrets.BBOT_DOCS_UPDATER_PAT }}
- name: Set up Python
uses: actions/setup-python@v4
with:
Expand Down Expand Up @@ -105,6 +108,4 @@ jobs:
# Release notes:
${{ env.release_notes }}
branch: "update-trufflehog"
committer: GitHub <[email protected]>
author: GitHub <[email protected]>
assignees: "TheTechromancer"

0 comments on commit 842c7b5

Please sign in to comment.