From cd332c4dfd025a132e19bf7fcf82c91ef7c1293a Mon Sep 17 00:00:00 2001 From: Ivan Vandot Date: Fri, 8 Apr 2022 22:23:50 +0200 Subject: [PATCH] chore: replace REPO_GHA_PAT with GHA_PAT_BASIC (#330) --- .github/workflows/check.yaml | 4 ++-- .github/workflows/release_github.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/check.yaml b/.github/workflows/check.yaml index e8de8b6..854f380 100644 --- a/.github/workflows/check.yaml +++ b/.github/workflows/check.yaml @@ -65,7 +65,7 @@ jobs: uses: ethersphere/update-supported-bee-action@v1 if: github.ref == 'refs/heads/master' with: - token: ${{ secrets.REPO_GHA_PAT }} + token: ${{ secrets.GHA_PAT_BASIC }} - name: Build run: npm run build @@ -78,7 +78,7 @@ jobs: with: bee-url: https://unlimited.gateway.ethswarm.org preview: 'true' - token: ${{ secrets.REPO_GHA_PAT }} + token: ${{ secrets.GHA_PAT_BASIC }} extra-params: '-H "${{ secrets.GATEWAY_AUTHORIZATION_HEADER }}"' - name: Upload to testnet diff --git a/.github/workflows/release_github.yaml b/.github/workflows/release_github.yaml index 6f49045..b80050d 100644 --- a/.github/workflows/release_github.yaml +++ b/.github/workflows/release_github.yaml @@ -14,7 +14,7 @@ jobs: - uses: GoogleCloudPlatform/release-please-action@v2 id: release with: - token: ${{ secrets.REPO_GHA_PAT }} + token: ${{ secrets.GHA_PAT_BASIC }} release-type: node package-name: bee-dashboard bump-minor-pre-major: true