Skip to content

Commit

Permalink
token on checkout only
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Sep 3, 2024
1 parent 4c08dfa commit 39edc32
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 @@ -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: |
Expand Down Expand Up @@ -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: |
Expand Down

0 comments on commit 39edc32

Please sign in to comment.