Skip to content

Commit 5f7a36a

Browse files
authored
chore(ci): set HADRON_DISTRIBUTION for generated file update GH action (#6163)
Example failure: https://github.com/mongodb-js/compass/actions/runs/10592423499/job/29351719797
1 parent cf49c7f commit 5f7a36a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/authors-and-third-party-notices.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ jobs:
1212
update_generated_files:
1313
name: Update automatically generated files
1414
runs-on: ubuntu-latest
15+
env:
16+
HADRON_DISTRIBUTION: compass
1517
steps:
1618
- uses: actions/checkout@v3
1719
with:

0 commit comments

Comments
 (0)