From 842c7b550e215906295990d8072369b4e22de9ed Mon Sep 17 00:00:00 2001 From: github-actions Date: Tue, 3 Sep 2024 16:17:45 -0400 Subject: [PATCH] try things --- .github/workflows/version_updater.yaml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/.github/workflows/version_updater.yaml b/.github/workflows/version_updater.yaml index d2911bcba..21ff30c5e 100644 --- a/.github/workflows/version_updater.yaml +++ b/.github/workflows/version_updater.yaml @@ -1,5 +1,8 @@ name: Version Updater on: + push: + branches: + - troubleshoot-version-updater schedule: # Runs at 00:00 every day - cron: '0 0 * * *' @@ -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: @@ -54,16 +58,15 @@ jobs: # Release notes: ${{ env.release_notes }} branch: "update-nuclei" - committer: GitHub - author: GitHub 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: @@ -105,6 +108,4 @@ jobs: # Release notes: ${{ env.release_notes }} branch: "update-trufflehog" - committer: GitHub - author: GitHub assignees: "TheTechromancer" \ No newline at end of file