diff --git a/.github/workflows/version_updater.yaml b/.github/workflows/version_updater.yaml index 76732a2b48..c3892aac48 100644 --- a/.github/workflows/version_updater.yaml +++ b/.github/workflows/version_updater.yaml @@ -53,7 +53,7 @@ jobs: if: steps.update-version.outcome == 'success' uses: peter-evans/create-pull-request@v5 with: - # token: ${{ secrets.BBOT_DOCS_UPDATER_PAT }} + token: ${{ secrets.BBOT_DOCS_UPDATER_PAT }} commit-message: "Update nuclei" title: "Update nuclei to ${{ env.latest_version }}" body: | @@ -105,7 +105,7 @@ jobs: if: steps.update-version.outcome == 'success' uses: peter-evans/create-pull-request@v5 with: - # token: ${{ secrets.BBOT_DOCS_UPDATER_PAT }} + token: ${{ secrets.BBOT_DOCS_UPDATER_PAT }} commit-message: "Update trufflehog" title: "Update trufflehog to ${{ env.latest_version }}" body: |