Skip to content

Commit 18a9611

Browse files
committed
fix(infra): use ya opensource
1 parent 78dbe30 commit 18a9611

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,4 @@ jobs:
1919
VCS_TOKEN: ${{ secrets.YC_UI_BOT_GITHUB_TOKEN }}
2020
with:
2121
revision: "${{ github.event.pull_request.head.sha }}"
22+
use-ya-opensource: true

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
VCS_TOKEN: ${{ secrets.YC_UI_BOT_GITHUB_TOKEN }}
1919
with:
2020
revision: "${{ github.sha }}"
21+
use-ya-opensource: true
2122
upload:
2223
needs: build
2324
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)