diff options
author | Nikita Kozlovskiy <nikitka@gmail.com> | 2023-07-04 16:55:37 +0000 |
---|---|---|
committer | nkozlovskiy <nmk@ydb.tech> | 2023-07-04 19:55:37 +0300 |
commit | c256b7af4712afd39574801143bec23240865aef (patch) | |
tree | 3887c7cd84278bd28797bfb9c71a0e270c9b8934 | |
parent | b592ac6c5f2c65610ea7df1b561a1d7fa150bcb5 (diff) | |
download | ydb-c256b7af4712afd39574801143bec23240865aef.tar.gz |
ci: change comment author in the PR-check action to github-actions bot
ci: change comment author in the PR-check action to github-actions bot
Pull Request resolved: #292
-rw-r--r-- | .github/workflows/pr_check.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.github/workflows/pr_check.yml b/.github/workflows/pr_check.yml index c2fb3ba44c..ae9e93045b 100644 --- a/.github/workflows/pr_check.yml +++ b/.github/workflows/pr_check.yml @@ -67,7 +67,6 @@ jobs: github.event.action == 'opened' uses: actions/github-script@v6 with: - github-token: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }} script: | github.rest.issues.createComment({ issue_number: context.issue.number, @@ -78,7 +77,6 @@ jobs: - name: cleanup-test-label uses: actions/github-script@v6 with: - github-token: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }} script: | const { owner, repo } = context.repo; const prNumber = context.payload.pull_request.number; |