diff --git a/.github/workflows/version_updater.yaml b/.github/workflows/version_updater.yaml index d2911bcba..bb149820c 100644 --- a/.github/workflows/version_updater.yaml +++ b/.github/workflows/version_updater.yaml @@ -9,10 +9,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 +55,17 @@ jobs: # Release notes: ${{ env.release_notes }} branch: "update-nuclei" - committer: GitHub - author: GitHub + committer: blsaccess + author: blsaccess 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 +107,6 @@ jobs: # Release notes: ${{ env.release_notes }} branch: "update-trufflehog" - committer: GitHub - author: GitHub + committer: blsaccess + author: blsaccess assignees: "TheTechromancer" \ No newline at end of file