Skip to content

Commit

Permalink
fix secret
Browse files Browse the repository at this point in the history
  • Loading branch information
runspired committed Nov 1, 2024
1 parent 6167aab commit e62c352
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: 'Setup local TurboRepo server'
uses: felixmosh/turborepo-gh-artifacts@v3
with:
repo-token: ${{ $GITHUB_TOKEN }}
repo-token: ${{ secrets.GITHUB_TOKEN }}
- uses: actions/setup-node@v4
with:
registry-url: 'https://registry.npmjs.org'
Expand Down

0 comments on commit e62c352

Please sign in to comment.