diff options
author | Nikita Kozlovskiy <nikitka@gmail.com> | 2023-07-07 05:15:50 +0000 |
---|---|---|
committer | nkozlovskiy <nmk@ydb.tech> | 2023-07-07 08:15:50 +0300 |
commit | c1710d05f5ce29696c2b28cfbbb0b64e7bb1215c (patch) | |
tree | 75de0fd8ed79991437bf772861555305a61647b3 /.github/workflows/build_and_test_ondemand.yml | |
parent | 0b32efb38bdb9e806107ef3115bc8177a751d9c5 (diff) | |
download | ydb-c1710d05f5ce29696c2b28cfbbb0b64e7bb1215c.tar.gz |
ci: replace GH_PERSONAL_ACCESS_TOKEN with YDB_PLATFORM_BOT_TOKEN_REPO
ci: replace GH_PERSONAL_ACCESS_TOKEN with YDB_PLATFORM_BOT_TOKEN_REPO
Pull Request resolved: #297
Diffstat (limited to '.github/workflows/build_and_test_ondemand.yml')
-rw-r--r-- | .github/workflows/build_and_test_ondemand.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build_and_test_ondemand.yml b/.github/workflows/build_and_test_ondemand.yml index 5bd007df9a..bb0ae1b97c 100644 --- a/.github/workflows/build_and_test_ondemand.yml +++ b/.github/workflows/build_and_test_ondemand.yml @@ -54,7 +54,7 @@ jobs: with: mode: start yc-sa-json-credentials: ${{ secrets.YC_SA_JSON_CREDENTIALS }} - github-token: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }} + github-token: ${{ secrets.YDB_PLATFORM_BOT_TOKEN_REPO }} folder-id: ${{secrets.YC_FOLDER}} image-id: ${{inputs.image}} disk-size: ${{vars.DISK_SIZE && vars.DISK_SIZE || '1023GB'}} @@ -129,7 +129,7 @@ jobs: with: mode: stop yc-sa-json-credentials: ${{ secrets.YC_SA_JSON_CREDENTIALS }} - github-token: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }} + github-token: ${{ secrets.YDB_PLATFORM_BOT_TOKEN_REPO }} label: ${{ needs.provide-runner.outputs.label }} instance-id: ${{ needs.provide-runner.outputs.instance-id }} |