From 3d25545a92baf08c3d722b24a420cf9f10fdb138 Mon Sep 17 00:00:00 2001 From: Andrew Brandt Date: Thu, 26 Dec 2024 13:43:24 -0500 Subject: [PATCH] Rename token to GH_ACCESS_TOKEN_MIRROR_NODE_EXPLORER Signed-off-by: Andrew Brandt Revert "Rename token to GH_ACCESS_TOKEN_MIRROR_NODE_EXPLORER" This reverts commit aafb2575a703f51f99ddb5bb80f813e72460fea7. Reapply "Rename token to GH_ACCESS_TOKEN_MIRROR_NODE_EXPLORER" This reverts commit 3d4327efb13fabe92844f613b606cbe56605e5aa. --- .github/workflows/erc-registry-indexer.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/erc-registry-indexer.yml b/.github/workflows/erc-registry-indexer.yml index 6dc58938..08896049 100644 --- a/.github/workflows/erc-registry-indexer.yml +++ b/.github/workflows/erc-registry-indexer.yml @@ -186,7 +186,7 @@ jobs: commit-message: 'chore: update ERC Registry with latest ERC-20 and ERC-721 tokens on Hedera ${{github.event.inputs.HEDERA_NETWORK}}' committer: ${{ steps.gpg_importer.outputs.name }} <${{ steps.gpg_importer.outputs.email }}> author: ${{ steps.gpg_importer.outputs.name }} <${{ steps.gpg_importer.outputs.email }}> - token: ${{ secrets.GH_ACCESS_TOKEN }} + token: ${{ secrets.GH_ACCESS_TOKEN_MIRROR_NODE_EXPLORER }} delete-branch: true signoff: true title: 'chore: update ERC Registry with latest ERC-20 and ERC-721 tokens on Hedera ${{github.event.inputs.HEDERA_NETWORK}}'