Skip to content

Commit

Permalink
fix(workflows): skip app token
Browse files Browse the repository at this point in the history
skip app token
  • Loading branch information
snomiao committed Dec 31, 2024
1 parent 650675e commit ea0a1fa
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/i18n-custom-nodes-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -132,12 +132,12 @@ jobs:
# Stage and commit changes
git add -A
git commit -m "Update locales"
- uses: actions/create-github-app-token@v1
id: app-token
with:
app_id: ${{ vars.PR_APP_ID }}
private_key: ${{ secrets.PR_APP_PRIVATE_KEY }}
repositories: ${{ env.fork_owner }}/${{ env.repository }}
# - uses: actions/create-github-app-token@v1
# id: app-token
# with:
# app_id: ${{ vars.PR_APP_ID }}
# private_key: ${{ secrets.PR_APP_PRIVATE_KEY }}
# repositories: ${{ env.fork_owner }}/${{ env.repository }}
# - uses: actions/checkout@v4
# with:
# token: ${{ steps.app-token.outputs.token }}
Expand Down

0 comments on commit ea0a1fa

Please sign in to comment.