Skip to content

Commit

Permalink
chore: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexey Zorkaltsev authored and Alexey Zorkaltsev committed Sep 13, 2023
1 parent b38a607 commit a424587
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pre-release-branch-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# Copy this action to .github/workflows
#
# Add GH_TOKEN, which is Personal Access Token (PAT), to secrets or rename GH_TOKEN in this code to an already existing token
# Add YDB_PLATFORM_BOT_TOKEN_REPO, which is Personal Access Token (PAT), to secrets or rename YDB_PLATFORM_BOT_TOKEN_REPO in this code to an already existing token
#
# Add to .gitignore a comment before line that ignores result of the build with the following postfix:
# (next line will be removed by pre-release-branch-update GitHub action to be included in dist branch)
Expand Down Expand Up @@ -32,7 +32,7 @@ jobs:
with:
include: ".gitignore"
find: "#.*\\(next line will be removed by pre-release-branch-update GitHub action to be included in dist branch\\)\\n.*\\n"
replace: "###\\n"
replace: "###\n"
- name: .gitignore
run: cat .gitignore
shell: bash
Expand All @@ -51,5 +51,5 @@ jobs:
- name: Push changes
uses: ad-m/github-push-action@master
with:
github_token: ${{ secrets.GH_TOKEN }}
github_token: ${{ secrets.YDB_PLATFORM_BOT_TOKEN_REPO }}
branch: "pre-release"

0 comments on commit a424587

Please sign in to comment.