Skip to content

Commit

Permalink
ci: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
snitin315 committed Feb 3, 2024
1 parent 223a8dc commit e6d236f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/blade-danger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ jobs:
run: yarn danger ci
working-directory: packages/blade
env:
GITHUB_TOKEN: ${{ env.GITHUB_ACCESS_TOKEN }}
DANGER_GITLAB_API_TOKEN: ${{ env.GITHUB_ACCESS_TOKEN }}
DANGER_DISABLE_TRANSPILATION: 'true'

# - name: Build Blade
# run: yarn run-s build:clean build:generate-types build:react-prod
Expand Down

0 comments on commit e6d236f

Please sign in to comment.