Skip to content

Commit

Permalink
fix: gha для автоматического обновления base репозитория теперь прини…
Browse files Browse the repository at this point in the history
…мает кастомный github токен
  • Loading branch information
mxseev committed Aug 8, 2022
1 parent bc4c56c commit 22a26f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/base-update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
uses: peter-evans/create-pull-request@v4
if: steps.base_check.outputs.has_unmerged_commits == 'true'
with:
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.GITHUB_TOKEN || secrets.PAT }}
author: ${{ github.actor }} <${{ github.actor }}@users.noreply.github.com>
title: Update base repository
branch: chore/base-update
Expand Down

0 comments on commit 22a26f5

Please sign in to comment.