Skip to content

Commit

Permalink
fix(ci): fix github secret and remove unused secret (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
adjkant authored May 20, 2024
1 parent 0b70dc6 commit 2f5fc31
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ jobs:
env:
OP_SERVICE_ACCOUNT_TOKEN: ${{ secrets.OP_SERVICE_ACCOUNT_TOKEN }}
NPM_TOKEN: op://npm-deploy/npm-token/secret
GITHUB_TOKEN: op://npm-deploy/GITHUB_TOKEN/token

- name: Install dependencies
run: yarn --frozen-lockfile
Expand All @@ -42,7 +41,7 @@ jobs:
- name: Release
env:
NPM_CONFIG_USERCONFIG: /dev/null
GITHUB_TOKEN: ${{ env.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ env.NPM_TOKEN }}
run: yarn release
if: success()

0 comments on commit 2f5fc31

Please sign in to comment.