From b64bfee864c86413242b4a0a914b46406f1e20f5 Mon Sep 17 00:00:00 2001 From: Price Date: Mon, 19 Feb 2024 16:50:16 -0500 Subject: [PATCH] Change to new token name --- .github/workflows/bit-init.yml | 4 ++-- .github/workflows/commit-bitmap.yml | 2 +- .github/workflows/lane-cleanup.yml | 4 ++-- .github/workflows/pull-request.yml | 4 ++-- .github/workflows/verify.yml | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/bit-init.yml b/.github/workflows/bit-init.yml index a1280d1..5abbf41 100644 --- a/.github/workflows/bit-init.yml +++ b/.github/workflows/bit-init.yml @@ -8,7 +8,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GIT_USER_NAME: ${{ secrets.GIT_USER_NAME }} GIT_USER_EMAIL: ${{ secrets.GIT_USER_EMAIL }} - BIT_CLOUD_ACCESS_TOKEN: ${{ secrets.BIT_CLOUD_ACCESS_TOKEN }} + BIT_CONFIG_ACCESS_TOKEN: ${{ secrets.BIT_CONFIG_ACCESS_TOKEN }} steps: - name: Checkout repository uses: actions/checkout@v4 @@ -18,4 +18,4 @@ jobs: run: | npm config set '@bit:registry' https://node-registry.bit.cloud npm config set '@teambit:registry' https://node-registry.bit.cloud - npm config set //node-registry.bit.cloud/:_authToken ${{ env.BIT_CLOUD_ACCESS_TOKEN }} + npm config set //node-registry.bit.cloud/:_authToken ${{ env.BIT_CONFIG_ACCESS_TOKEN }} diff --git a/.github/workflows/commit-bitmap.yml b/.github/workflows/commit-bitmap.yml index 9284eeb..53cd0af 100644 --- a/.github/workflows/commit-bitmap.yml +++ b/.github/workflows/commit-bitmap.yml @@ -10,7 +10,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GIT_USER_NAME: ${{ secrets.GIT_USER_NAME }} GIT_USER_EMAIL: ${{ secrets.GIT_USER_EMAIL }} - BIT_CLOUD_ACCESS_TOKEN: ${{ secrets.BIT_CLOUD_ACCESS_TOKEN }} + BIT_CONFIG_ACCESS_TOKEN: ${{ secrets.BIT_CONFIG_ACCESS_TOKEN }} steps: - name: Checkout repository uses: actions/checkout@v4 diff --git a/.github/workflows/lane-cleanup.yml b/.github/workflows/lane-cleanup.yml index 72b73dc..d0966fc 100644 --- a/.github/workflows/lane-cleanup.yml +++ b/.github/workflows/lane-cleanup.yml @@ -10,11 +10,11 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GIT_USER_NAME: ${{ secrets.GIT_USER_NAME }} GIT_USER_EMAIL: ${{ secrets.GIT_USER_EMAIL }} - BIT_CLOUD_ACCESS_TOKEN: ${{ secrets.BIT_CLOUD_ACCESS_TOKEN }} + BIT_CONFIG_ACCESS_TOKEN: ${{ secrets.BIT_CONFIG_ACCESS_TOKEN }} steps: - name: Checkout repository uses: actions/checkout@v4 - name: Initialize Bit - uses: bit-tasks/init@v1 + uses: bit-tasks/init@v1 - name: Bit Lane Cleanup uses: bit-tasks/lane-cleanup@v1 \ No newline at end of file diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 1d1df64..655dfa0 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -13,11 +13,11 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GIT_USER_NAME: ${{ secrets.GIT_USER_NAME }} GIT_USER_EMAIL: ${{ secrets.GIT_USER_EMAIL }} - BIT_CLOUD_ACCESS_TOKEN: ${{ secrets.BIT_CLOUD_ACCESS_TOKEN }} + BIT_CONFIG_ACCESS_TOKEN: ${{ secrets.BIT_CONFIG_ACCESS_TOKEN }} steps: - name: Checkout repository uses: actions/checkout@v4 - name: Initialize Bit - uses: bit-tasks/init@v1 + uses: bit-tasks/init@v1 - name: Bit Pull Request uses: bit-tasks/pull-request@v1 \ No newline at end of file diff --git a/.github/workflows/verify.yml b/.github/workflows/verify.yml index f7182b2..920290c 100644 --- a/.github/workflows/verify.yml +++ b/.github/workflows/verify.yml @@ -8,7 +8,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GIT_USER_NAME: ${{ secrets.GIT_USER_NAME }} GIT_USER_EMAIL: ${{ secrets.GIT_USER_EMAIL }} - BIT_CLOUD_ACCESS_TOKEN: ${{ secrets.BIT_CLOUD_ACCESS_TOKEN }} + BIT_CONFIG_ACCESS_TOKEN: ${{ secrets.BIT_CONFIG_ACCESS_TOKEN }} steps: - name: Checkout repository uses: actions/checkout@v4