diff --git a/.github/workflows/auto-add-to-project.yml b/.github/workflows/auto-add-to-project.yml index 4099e8a78912..a0f3ca831391 100644 --- a/.github/workflows/auto-add-to-project.yml +++ b/.github/workflows/auto-add-to-project.yml @@ -10,4 +10,4 @@ jobs: - uses: actions/add-to-project@v0.5.0 with: project-url: https://github.com/orgs/Tinkoff/projects/3 - github-token: ${{ secrets.TINKOFF_BOT_PAT }} + github-token: ${{ secrets.TAIGA_FAMILY_BOT_PAT }} diff --git a/.github/workflows/auto-approve.yml b/.github/workflows/auto-approve.yml index fa772c4c08f1..173879cc5bcd 100644 --- a/.github/workflows/auto-approve.yml +++ b/.github/workflows/auto-approve.yml @@ -13,4 +13,4 @@ jobs: - uses: taiga-family/ci/actions/two-approve@1.4.1 with: token1: ${{ secrets.GITHUB_TOKEN }} - token2: ${{ secrets.TINKOFF_BOT_PAT }} + token2: ${{ secrets.TAIGA_FAMILY_BOT_PAT }} diff --git a/.github/workflows/auto-update-deps-renovate.yml b/.github/workflows/auto-update-deps-renovate.yml index ffb72c9dab5b..13ceba2d60a3 100644 --- a/.github/workflows/auto-update-deps-renovate.yml +++ b/.github/workflows/auto-update-deps-renovate.yml @@ -12,7 +12,7 @@ jobs: - name: Self-hosted Renovate uses: renovatebot/github-action@v39.0.1 with: - token: ${{ secrets.TINKOFF_BOT_PAT }} + token: ${{ secrets.TAIGA_FAMILY_BOT_PAT }} configurationFile: renovate.json env: LOG_LEVEL: 'debug' diff --git a/.github/workflows/auto-update-icons.yml b/.github/workflows/auto-update-icons.yml index 65fa5f7bb1de..19c97c18174f 100644 --- a/.github/workflows/auto-update-icons.yml +++ b/.github/workflows/auto-update-icons.yml @@ -15,7 +15,7 @@ jobs: if: env.SUPPORT_AUTO_PUSH == 'true' with: ref: ${{ github.head_ref }} - token: ${{ secrets.TINKOFF_BOT_PAT }} + token: ${{ secrets.TAIGA_FAMILY_BOT_PAT }} - uses: taiga-family/ci/actions/setup-node@1.7.5 - run: | diff --git a/.github/workflows/create-release.yml b/.github/workflows/create-release.yml index 38bbe1fe5f95..1a66036e8119 100644 --- a/.github/workflows/create-release.yml +++ b/.github/workflows/create-release.yml @@ -30,7 +30,7 @@ jobs: with: fetch-depth: 0 ref: ${{ github.head_ref }} - token: ${{ secrets.TINKOFF_BOT_PAT }} + token: ${{ secrets.TAIGA_FAMILY_BOT_PAT }} - uses: taiga-family/ci/actions/variables@1.7.5 - uses: taiga-family/ci/actions/setup-node@1.7.5 @@ -80,7 +80,7 @@ jobs: if: ${{ env.IS_DRY_MODE == 'false' }} with: delete-branch: true - token: ${{ secrets.TINKOFF_BOT_PAT }} + token: ${{ secrets.TAIGA_FAMILY_BOT_PAT }} branch: release/${{ steps.run-release.outputs.new_version }} title: '🚀 Release/v${{ steps.run-release.outputs.new_version }}' body: | diff --git a/.github/workflows/deploy-gh-pages.yml b/.github/workflows/deploy-gh-pages.yml index 22ef7f78cfa5..d0297d35d56a 100644 --- a/.github/workflows/deploy-gh-pages.yml +++ b/.github/workflows/deploy-gh-pages.yml @@ -35,7 +35,7 @@ jobs: uses: peaceiris/actions-gh-pages@v3.9.3 if: ${{ github.event.inputs.dryRun != 'true' }} with: - github_token: ${{ secrets.TINKOFF_BOT_PAT }} + github_token: ${{ secrets.TAIGA_FAMILY_BOT_PAT }} publish_dir: ${{ env.DIST }} cname: taiga-ui.dev diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 655dfbc1b4c7..1a0819193dd3 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -32,7 +32,7 @@ jobs: if: env.SUPPORT_AUTO_PUSH == 'true' with: ref: ${{ github.head_ref }} - token: ${{ secrets.TINKOFF_BOT_PAT }} + token: ${{ secrets.TAIGA_FAMILY_BOT_PAT }} - uses: taiga-family/ci/actions/setup-node@1.7.5 @@ -53,7 +53,7 @@ jobs: if: env.SUPPORT_AUTO_PUSH == 'true' with: ref: ${{ github.head_ref }} - token: ${{ secrets.TINKOFF_BOT_PAT }} + token: ${{ secrets.TAIGA_FAMILY_BOT_PAT }} - uses: taiga-family/ci/actions/setup-node@1.7.5 - run: npm run stylelint ${{ env.SUPPORT_AUTO_PUSH == 'true' && '-- --fix' || '' }} @@ -73,7 +73,7 @@ jobs: if: env.SUPPORT_AUTO_PUSH == 'true' with: ref: ${{ github.head_ref }} - token: ${{ secrets.TINKOFF_BOT_PAT }} + token: ${{ secrets.TAIGA_FAMILY_BOT_PAT }} - uses: taiga-family/ci/actions/setup-node@1.7.5 # - run: npm run lint ${{ env.SUPPORT_AUTO_PUSH == 'true' && '-- --fix' || '' }} diff --git a/.github/workflows/snapshots.yml b/.github/workflows/snapshots.yml index a9a2410e97b6..ab044256097c 100644 --- a/.github/workflows/snapshots.yml +++ b/.github/workflows/snapshots.yml @@ -22,7 +22,7 @@ jobs: REPO: self FOLDER: ${{ env.DIST }}/next BRANCH: snapshots/demo/next/${{ github.head_ref || github.ref_name }} - GITHUB_TOKEN: ${{ secrets.TINKOFF_BOT_PAT }} + GITHUB_TOKEN: ${{ secrets.TAIGA_FAMILY_BOT_PAT }} snapshots-of-release: if: ${{ contains(github.head_ref || github.ref_name, 'release/') }} @@ -42,7 +42,7 @@ jobs: REPO: self FOLDER: ${{ env.DIST }} BRANCH: snapshots/demo/v${{ steps.nodejs-workspace.outputs.root-package-major-version }}.x - GITHUB_TOKEN: ${{ secrets.TINKOFF_BOT_PAT }} + GITHUB_TOKEN: ${{ secrets.TAIGA_FAMILY_BOT_PAT }} concurrency: group: snapshots-${{ github.workflow }}-${{ github.head_ref || github.ref_name }}