Skip to content

Commit

Permalink
ci: use different auth token for git operations
Browse files Browse the repository at this point in the history
  • Loading branch information
kosmoz committed May 28, 2024
1 parent a3b6747 commit b92f8ab
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/scout-index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
uses: peter-evans/create-pull-request@6d6857d36972b65feb161a90e484f2984215f83e # v6
with:
token: ${{ secrets.GLASSKUBE_BOT_SECRET }}
git-token: ${{ secrets.GITHUB_TOKEN }}
committer: "glasskube-bot <[email protected]>"
author: "glasskube-bot <[email protected]>"
signoff: true
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/scout-packages-bump.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:
uses: peter-evans/create-pull-request@6d6857d36972b65feb161a90e484f2984215f83e # v6
with:
token: ${{ secrets.GLASSKUBE_BOT_SECRET }}
git-token: ${{ secrets.GITHUB_TOKEN }}
committer: "glasskube-bot <[email protected]>"
author: "glasskube-bot <[email protected]>"
signoff: true
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/scout-packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
uses: peter-evans/create-pull-request@6d6857d36972b65feb161a90e484f2984215f83e # v6
with:
token: ${{ secrets.GLASSKUBE_BOT_SECRET }}
git-token: ${{ secrets.GITHUB_TOKEN }}
committer: "glasskube-bot <[email protected]>"
author: "glasskube-bot <[email protected]>"
signoff: true
Expand Down

0 comments on commit b92f8ab

Please sign in to comment.