Skip to content

Commit

Permalink
ci: tools update workflow tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
scop committed Oct 19, 2024
1 parent dcb611a commit 093e78b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update-tools.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
npm exec --yes -- lefthook run update-tools
- uses: peter-evans/create-pull-request@5e914681df9dc83aa4e4905692ca88beb2f9e91f # v7.0.5
with:
token: ${{ secrets.MACHINE_USER_PAT }}
push-to-fork: bot-scop/vault-token-helper-secret-tool
token: ${{ secrets.TOOLS_UPDATE_TOKEN }}
push-to-fork: bot-${{ github.repository }}
commit-message: "chore: automated tools update"
title: "chore: tooling updates"

0 comments on commit 093e78b

Please sign in to comment.