Skip to content

Commit c5ab20e

Browse files
CI: fix script-commands SOC2 commits (fixes RAY-16840)
1 parent c99075e commit c5ab20e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/script-commands.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
uses: ad-m/github-push-action@master
4141
with:
4242
branch: ${{ github.ref }}
43-
github_token: ${{ secrets.GITHUB_TOKEN }}
43+
github_token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
4444

4545
- name: Notify Failure
4646
if: failure()

0 commit comments

Comments
 (0)