From e941bcabc2a4d57342d828b8186e10f29964fbe3 Mon Sep 17 00:00:00 2001 From: mr Date: Tue, 13 Feb 2024 14:38:00 -0500 Subject: [PATCH] release example --- .github/workflows/release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3939f44..f86581e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,4 +1,4 @@ -iname: Release +name: Release on: push: @@ -22,8 +22,8 @@ jobs: export-env: true env: OP_SERVICE_ACCOUNT_TOKEN: ${{ secrets.OP_SERVICE_ACCOUNT_TOKEN }} - GITHUB_TOKEN: op://Github-CI-CD/uniswap-open-source-github-token/token - NPM_TOKEN: op://Github-CI-CD/npm-deploy-token/token + GITHUB_TOKEN: op://npm-deploy/uniswap-open-source-github-token/token + NPM_TOKEN: op://npm-deploy/npm-service-accountn/NPM_TOKEN - name: Setup Node.js uses: actions/setup-node@v2