Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
clmntsnr committed Nov 8, 2024
1 parent 43e3ecc commit 4c17dda
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ jobs:
env:
GITHUB_REGISTRY_TOKEN: ${{ secrets.GH_REGISTRY_ACCESS_TOKEN }}
- name: Lint merkl-api codebase
run: yarn lint:ci
run: bun lint:ci
2 changes: 1 addition & 1 deletion bunfig.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[install.scopes]
"@angleprotocol" = {
token = $GH_REGISTRY_ACCESS_TOKEN,
token = $GITHUB_REGISTRY_TOKEN,
url = "https://npm.pkg.github.com/"
}

0 comments on commit 4c17dda

Please sign in to comment.