Skip to content

Commit

Permalink
remove tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
petertonysmith94 committed Feb 19, 2025
1 parent 14ec92d commit 1b66956
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,13 +85,13 @@ jobs:
run: bun create @FuelLabs/fuels test-project --no-install
env:
HOME: ${{ github.workspace }}
NPM_CONFIG_REGISTRY: https://npm.pkg.github.com
BUN_CONFIG_REGISTRY: https://npm.pkg.github.com
npm_config_registry: https://npm.pkg.github.com
npm_config_token: ${{ secrets.GITHUB_TOKEN }}
BUN_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_CONFIG_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# NPM_CONFIG_REGISTRY: https://npm.pkg.github.com
# BUN_CONFIG_REGISTRY: https://npm.pkg.github.com
# npm_config_registry: https://npm.pkg.github.com
# npm_config_token: ${{ secrets.GITHUB_TOKEN }}
# BUN_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# NPM_CONFIG_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Run UI tests (on template)
run: sh ./scripts/tests-ui.sh
Expand Down

0 comments on commit 1b66956

Please sign in to comment.