Skip to content

Commit

Permalink
Merge pull request #1652 from blacklanternsecurity/fix-version-updater
Browse files Browse the repository at this point in the history
Allow version updater to trigger tests
  • Loading branch information
TheTechromancer authored Aug 13, 2024
2 parents cdfc484 + 6d26204 commit fa51cff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/version_updater.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
if: steps.update-version.outcome == 'success'
uses: peter-evans/create-pull-request@v5
with:
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.BBOT_DOCS_UPDATER_PAT }}
commit-message: "Update nuclei"
title: "Update nuclei to ${{ env.latest_version }}"
body: |
Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:
if: steps.update-version.outcome == 'success'
uses: peter-evans/create-pull-request@v5
with:
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.BBOT_DOCS_UPDATER_PAT }}
commit-message: "Update trufflehog"
title: "Update trufflehog to ${{ env.latest_version }}"
body: |
Expand Down

0 comments on commit fa51cff

Please sign in to comment.