Skip to content

Commit

Permalink
release example
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-uniswap committed Feb 13, 2024
1 parent ec646c9 commit e941bca
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
iname: Release
name: Release

on:
push:
Expand All @@ -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
Expand Down

0 comments on commit e941bca

Please sign in to comment.