Skip to content

Commit

Permalink
gh_token_pr
Browse files Browse the repository at this point in the history
  • Loading branch information
snomiao authored Dec 20, 2024
1 parent 57b0c7b commit 2649702
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/i18n-custom-nodes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ jobs:
git config --global user.email '[email protected]'
# Configure the remote with token
git remote set-url origin "https://x-access-token:${{ secrets.GH_TOKEN }}@github.com/${{ inputs.fork_owner }}/${{ inputs.repository }}.git"
git remote set-url origin "https://x-access-token:${{ secrets.GH_TOKEN_PR }}@github.com/${{ inputs.fork_owner }}/${{ inputs.repository }}.git"
# Create and switch to new branch
git checkout -b update-locales
Expand All @@ -147,4 +147,4 @@ jobs:
gh pr create --title "Update locales for ${{ inputs.repository }}" --repo ${{ inputs.owner }}/${{ inputs.repository }} --head ${{ inputs.fork_owner }}:update-locales
working-directory: ComfyUI/custom_nodes/${{ inputs.repository }}
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
GH_TOKEN: ${{ secrets.GH_TOKEN_PR }}

0 comments on commit 2649702

Please sign in to comment.