Skip to content

Commit

Permalink
Add environment for firehose
Browse files Browse the repository at this point in the history
  • Loading branch information
simolus3 committed Oct 18, 2023
1 parent 83c2136 commit 92b4657
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,10 @@ jobs:
dart pub upgrade
dart test
- name: Validate for publishing
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
ISSUE_NUMBER: ${{ github.event.number }}
PR_LABELS: "${{ join(github.event.pull_request.labels.*.name) }}"
run: |
dart pub global activate firehose
dart pub global run firehose --validate
Expand Down

0 comments on commit 92b4657

Please sign in to comment.